IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2008, 1:01:25 PM (18 years ago)
Author:
Paul Price
Message:

No longer need to 'register run as completed': this is automatically done by difftool -adddiffskyfile.

File:
1 edited

Legend:

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

    r18616 r19197  
    220220        }
    221221    }
    222 
    223     # Register the run as completed
    224     {
    225         my $command = "$difftool -updaterun -diff_id $diff_id -state stop"; # Command to run difftool
    226         $command .= " -dbname $dbname" if defined $dbname;
    227 
    228         my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    229             run(command => $command, verbose => $verbose);
    230         unless ($success) {
    231             $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    232             warn("Unable to perform difftool -updaterun: $error_code\n");
    233             exit($error_code);
    234         }
    235     }
    236222}
    237223
Note: See TracChangeset for help on using the changeset viewer.