Changeset 30857
- Timestamp:
- Mar 10, 2011, 1:32:31 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/tools/runwarpskycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/runwarpskycell.pl
r29419 r30857 65 65 $run_state = 'new'; 66 66 } elsif ($state eq 'update') { 67 $ state = 'update';67 $run_state = 'update'; 68 68 # If the input chipRun has magicked < 0 we do not proceed because we don't know the magicked state of the inputs 69 69 # The warptool -towarped query gets the right magicked value from the chipProcessedImfiles. Our simple query 70 70 # 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; 72 72 } else { 73 73 die "unexpected warpRun.state found: $state\n";
Note:
See TracChangeset
for help on using the changeset viewer.
