IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30651


Ignore:
Timestamp:
Feb 16, 2011, 1:18:37 PM (15 years ago)
Author:
watersc1
Message:

exit cleanly if there is nothing pending

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/regpeek.pl

    r30650 r30651  
    2121if ($#row == 18) {
    2222    print "     exp_name uri registered Nimfile summit_fault download_state newExp_state rawExp_state imfile_state exp_id exp_type dateobs obs_mode object burntool_state class_id summit_class_id is_downloaded is_registered\n";
     23}
     24elsif ($#row == -1) {
     25    print "Everything looks good.\n";
     26    exit(0);
    2327}
    2428else {
Note: See TracChangeset for help on using the changeset viewer.