IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36495 for trunk/ippScripts


Ignore:
Timestamp:
Feb 6, 2014, 3:07:50 PM (12 years ago)
Author:
watersc1
Message:

Always set the state back to pending.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/ipp_apply_burntool_single.pl

    r36493 r36495  
    197197    my $status = vsystem ("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -burntool_state -1", $REALRUN);
    198198    if ($status) {
    199         &my_die("failed to update imfile");
     199        &my_die("failed to update imfile",$exp_id,$class_id);
    200200    }
    201201    $burntool_state = 1;
Note: See TracChangeset for help on using the changeset viewer.