IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27038


Ignore:
Timestamp:
Feb 22, 2010, 5:22:33 PM (16 years ago)
Author:
watersc1
Message:

Adding in the "REALRUN" flag to the call that should be setting the number of copies for nebulous.

File:
1 edited

Legend:

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

    r26901 r27038  
    191191        }
    192192       
    193         $status = vsystem ("$nebXattr --write $outTable user.copies:2");
     193        $status = vsystem ("$nebXattr --write $outTable user.copies:2",$REALRUN);
    194194        $status = vsystem ("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -burntool_state $outState", $REALRUN);
    195195        if ($status) {
Note: See TracChangeset for help on using the changeset viewer.