IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16965


Ignore:
Timestamp:
Mar 12, 2008, 3:39:23 PM (18 years ago)
Author:
eugene
Message:

assign the result of file_resolve before using in quotes

File:
1 edited

Legend:

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

    r16926 r16965  
    270270
    271271            if ($mosaicAstrom) {
    272                 $command .= " $ipprc->file_resolve($fpaObjects)";
     272                my $realFile = $ipprc->file_resolve($fpaObjects);
     273                $command .= " $realFile";
    273274            } else {
    274275                $command .= " -list $list3Name";
Note: See TracChangeset for help on using the changeset viewer.