IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2009, 12:18:39 PM (17 years ago)
Author:
heather
Message:

URI is not defined in all cases (PAP).

File:
1 edited

Legend:

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

    r24235 r24323  
    265265            $command = "$chiptool -addprocessedimfile";
    266266            $command .= " -exp_id $exp_id";
    267             $command .= " -uri $outputImage";
     267            $command .= " -uri $outputImage" if defined $outputImage;
    268268            $command .= " -path_base $outroot";
    269269            $command .= " -hostname $host" if defined $host;
Note: See TracChangeset for help on using the changeset viewer.