IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29990


Ignore:
Timestamp:
Dec 9, 2010, 8:56:06 AM (15 years ago)
Author:
rhenders
Message:

improving handling of input args

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/checkOdmStatus.pl

    r29652 r29990  
    3939        );
    4040
     41if (@ARGV) {
     42    print "* UNKNKOWN: option                          @ARGV\n";
     43}
    4144if (!defined $product) {
    4245    print "* OPTIONAL: a datastore product name            -p <name>\n";
     
    159162        $numBatchesToCheck++;
    160163
    161         # if not merged then update by polling ODM for status
     164        # if not merged or failed load, then update by polling ODM for status
    162165        if (!$merged && !$loadFailed) {
    163 
    164166            if (checkODM($batch->getName(), \$loadedToOdm, \$loadFailed, \$mergeWorthy, \$merged)) {
    165167               
Note: See TracChangeset for help on using the changeset viewer.