IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2012, 1:42:58 PM (14 years ago)
Author:
bills
Message:

don't set chipProcessedImfile.data_state to error_cleaned anymore

File:
1 edited

Legend:

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

    r31923 r33246  
    218218            $command .= " -dbname $dbname" if defined $dbname;
    219219
     220if (0) {
     221        # XXX Don't set components to error cleaned anymore
    220222            my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    221223                    run(command => $command, verbose => $verbose);
     
    224226                &my_die("Unable to perform chiptool: $error_code", "chip", $stage_id, $error_code);
    225227            }
     228}
    226229
    227230            # We want to flag the run as well, to avoid attempting to reprocess the same data over and over again.
Note: See TracChangeset for help on using the changeset viewer.