Changeset 28636
- Timestamp:
- Jul 8, 2010, 7:55:23 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_checkdependent.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_checkdependent.pl
r28628 r28636 225 225 print "chipRun state is $chip->{chip_id} is in state $chip->{state} cannot update\n"; 226 226 faultJobs('stop', undef, undef, $PSTAMP_GONE); 227 return ;227 return 0; 228 228 } elsif (($chip->{data_state} ne 'update') and ($chip->{data_state} ne 'full')) { 229 229 my $command = "$chiptool -setimfiletoupdate -chip_id $chip_id -class_id $chip->{class_id}"; … … 249 249 print "chipRun state is $run->{chip_id} is in state $state cannot update\n"; 250 250 faultJobs('stop', undef, undef, $PSTAMP_GONE); 251 return ;251 return 0; 252 252 } 253 253
Note:
See TracChangeset
for help on using the changeset viewer.
