- Timestamp:
- Sep 7, 2010, 9:16:10 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/scripts/pstamp_checkdependent.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823
-
branches/eam_branches/ipp-20100823/pstamp/scripts/pstamp_checkdependent.pl
r28929 r29124 644 644 # if the input file is already magicked no need to queue destreaking for this chipRun 645 645 if ($need_magic and !$input_magicked) { 646 if ($dsRun_state eq 'cleaned') { 646 if (!defined($dsRun_state) or ($dsRun_state eq 'NULL')) { 647 print "No magicDSRun for chipRun $stage_id and magic is required\n"; 648 faultJobs('stop', undef, undef, $PSTAMP_NOT_DESTREAKED); 649 } elsif ($dsRun_state eq 'cleaned') { 647 650 my $command = "$magicdstool -updaterun -set_state new -stage $stage -stage_id $stage_id"; 648 651 $command .= " -set_label $rlabel" if $rlabel; … … 658 661 } 659 662 } elsif ($dsRun_state eq 'failed_revert') { 660 print "magicDSRun.state = $dsRun_state for chipRun $stage_id is in state failed_revert cannot update ";663 print "magicDSRun.state = $dsRun_state for chipRun $stage_id is in state failed_revert cannot update\n"; 661 664 faultJobs('stop', undef, undef, $PSTAMP_NOT_AVAILABLE); 662 665 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
