Changeset 34534
- Timestamp:
- Oct 22, 2012, 12:29:09 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_apply_burntool_single.pl
- Property svn:mergeinfo changed
/branches/czw_branch/20120906/ippScripts/scripts/ipp_apply_burntool_single.pl (added) merged: 34533
r34429 r34534 241 241 $status = vsystem ($command, $REALRUN); 242 242 if ($status) { 243 &my_die("failed to update imfile" );243 &my_die("failed to update imfile",$exp_id,$class_id); 244 244 } 245 245 … … 274 274 my $exp_id = shift; 275 275 my $class_id = shift; 276 sleep(5); # Take a quick nap to let the database cool down, in case we failed doing an update. 276 277 vsystem("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -burntool_state 0 -set_state pending_burntool",1); 277 278 } - Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.
