IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30857


Ignore:
Timestamp:
Mar 10, 2011, 1:32:31 PM (15 years ago)
Author:
bills
Message:

minor tweak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/runwarpskycell.pl

    r29419 r30857  
    6565    $run_state = 'new';
    6666} elsif ($state eq 'update') {
    67     $state = 'update';
     67    $run_state = 'update';
    6868    # If the input chipRun has magicked < 0 we do not proceed because we don't know the magicked state of the inputs
    6969    # The warptool -towarped query gets the right magicked value from the chipProcessedImfiles. Our simple query
    7070    # does not and I'm not going to bother doint that today.
    71     die "chipRun is not fully destreaked. This script does not support this state\n" if $magicked < 0;
     71    die "chipRun is not fully destreaked. This script does not support this state\n" if !$pretend and $magicked < 0;
    7272} else {
    7373    die "unexpected warpRun.state found: $state\n";
Note: See TracChangeset for help on using the changeset viewer.