IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26112


Ignore:
Timestamp:
Nov 12, 2009, 3:14:57 PM (16 years ago)
Author:
Paul Price
Message:

Remove cut/paste error.

File:
1 edited

Legend:

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

    r26110 r26112  
    114114        # get the names for the camera and the real input file
    115115        my $camdir = $ipprc->dvo_cameradir(); # Camera directory for addstar
    116         my $realFile = $ipprc->file_resolve($fpaObjects) or &my_die("Unable to resolve $fpaObjects: $error_code", $add_id, $PS_EXIT_SYS_ERROR);
     116        my $realFile = $ipprc->file_resolve($fpaObjects) or &my_die("Unable to resolve $fpaObjects", $add_id, $PS_EXIT_SYS_ERROR);
    117117
    118118        # require a defined output dvo database to run addstar (ie, refuse to use the .ptolemyrc default)
Note: See TracChangeset for help on using the changeset viewer.