IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11574


Ignore:
Timestamp:
Feb 1, 2007, 7:25:08 PM (19 years ago)
Author:
eugene
Message:

adding -uri and -recip tags on error

File:
1 edited

Legend:

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

    r11560 r11574  
    161161    warn($msg);
    162162    if ($exp_tag and $class_id) {
    163         my $command = "$p2tool -addprocessedimfile -exp_tag $exp_tag -class_id $class_id -code $exit_code -uri $outputImage";
     163        my $command = "$p2tool -addprocessedimfile";
     164        $command .= " -exp_tag $exp_tag";
     165        $command .= " -class_id $class_id";
     166        $command .= " -code $exit_code";
     167        $command .= " -uri $outputImage";
     168        $command .= " -recip " . RECIPE;
    164169        $command .= " -dbname $dbname" if defined $dbname;
    165170        system ($command);
Note: See TracChangeset for help on using the changeset viewer.