IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2011, 9:36:02 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ippScripts/scripts/register_exp.pl

    r30553 r31083  
    189189
    190190    if ($exptype ne 'OBJECT') {
    191         print "Aborting because exptype doesn't claim to be OBJECT: $exptype\n";
     191        print "Skipping because exptype doesn't claim to be OBJECT: $exptype\n";
    192192        return(undef,undef,undef,"reg",undef,undef,undef);
    193193    }
    194194    if ($obsmode eq 'ENGINEERING') {
    195         print "Aborting because we don't queue engineering data to chip\n";
     195        print "Skipping because we don't queue engineering data to chip\n";
    196196        return(undef,undef,undef,"reg",undef,undef,undef);
    197197    }
Note: See TracChangeset for help on using the changeset viewer.