IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2007, 10:27:09 AM (19 years ago)
Author:
Paul Price
Message:

Ensuring error codes don't go into the database if --no-update is used. Fixing statistics in detrend_resid.pl

File:
1 edited

Legend:

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

    r11806 r11829  
    123123
    124124    warn($msg);
    125     if ($p4_id) {
     125    if ($p4_id and not $no_update) {
    126126        my $command = "$p4tool -addoverlap -p4_id $p4_id -code $exit_code";
    127127        $command .= " -dbname $dbname" if defined $dbname;
Note: See TracChangeset for help on using the changeset viewer.