IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 20, 2007, 3:07:23 PM (19 years ago)
Author:
Paul Price
Message:

Error code is in difftool -adddiffskyfile.

File:
1 edited

Legend:

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

    r14353 r14354  
    241241    warn($msg);
    242242    if ($diff_id and not $no_update) {
    243         my $command = "$difftool -updaterun -diff_id $diff_id -state stop -code $exit_code";
     243        my $command = "$difftool -adddiffskyfile -diff_id $diff_id -code $exit_code";
    244244        $command .= " -dbname $dbname" if defined $dbname;
    245245        system ($command);
Note: See TracChangeset for help on using the changeset viewer.