IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2007, 1:52:01 PM (19 years ago)
Author:
eugene
Message:

fixing the fault ippTool call

File:
1 edited

Legend:

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

    r14158 r14222  
    270270    carp($msg);
    271271    if ($cam_id and not $no_update) {
    272         my $command = "$camtool -addprocessedexp -cam_id $cam_id -code $exit_code";
     272        my $command = "$camtool -addprocessedexp -cam_id $cam_id -uri UNKNOWN -code $exit_code";
    273273        $command .= " -dbname $dbname" if defined $dbname;
    274274        system ($command);
Note: See TracChangeset for help on using the changeset viewer.