Changeset 30844 for trunk/ippScripts/scripts/magic_destreak_revert.pl
- Timestamp:
- Mar 9, 2011, 3:19:01 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/magic_destreak_revert.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/magic_destreak_revert.pl
r30832 r30844 204 204 205 205 # only revert sources if this is a new run, not one being updated 206 if ( $run_state eq 'new' or $run_state eq 'goto_restored') {206 if (($run_state eq 'new') or ($run_state eq 'goto_restored')) { 207 207 $sources = $ipprc->filename("PSPHOT.OUTPUT", $path_base, $class_id); 208 208 $bsources = $ipprc->filename("PSPHOT.OUTPUT", $backup_path_base, $class_id);
Note:
See TracChangeset
for help on using the changeset viewer.
