IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11560


Ignore:
Timestamp:
Feb 1, 2007, 2:27:37 PM (19 years ago)
Author:
eugene
Message:

add -uri to error call

File:
1 edited

Legend:

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

    r11559 r11560  
    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";
     163        my $command = "$p2tool -addprocessedimfile -exp_tag $exp_tag -class_id $class_id -code $exit_code -uri $outputImage";
    164164        $command .= " -dbname $dbname" if defined $dbname;
    165165        system ($command);
Note: See TracChangeset for help on using the changeset viewer.