IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2010, 6:50:13 PM (16 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/pstamp/scripts/dqueryparse.pl

    r28794 r28980  
    158158    }
    159159}
    160 else {
     160elsif ($fault == $PSTAMP_NOT_AVAILABLE) {
    161161    # Failed to run correctly, which means that we need to queue a job and flag data for updating.
    162162    # Get the dependency id for the data we're requesting be updated.
     
    191191    close(UPDATE_REQUEST);
    192192}
     193else {
     194    my_die ("Parse fault!!", $PS_EXIT_UNKNOWN_ERROR);
     195}
    193196
    194197# This does not set the request state to stop.  That will happen with the request_finish.pl script,
Note: See TracChangeset for help on using the changeset viewer.