IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2009, 1:55:49 PM (17 years ago)
Author:
watersc1
Message:

bug fix to correct svn's conflict manager politely duplicating lines.

File:
1 edited

Legend:

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

    r25539 r25546  
    154154        my $burntool = can_run('burntool') or &my_die ("Can't find burntool", $exp_id, $chip_id, $class_id, $PS_EXIT_SYS_ERROR);
    155155       
    156         ## Check the current burntool processing version:
    157         my $regtool_state_cmd = "$regtool -processedimfile -exp_id $exp_id -class_id $class_id -limit 1";
    158         if (defined($dbname)) {
    159             $regtool_state_cmd .= " -dbname $dbname";
    160         }
    161         my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    162             run(command => $regtool_state_cmd, verbose => $verbose);
    163 
    164156        ## Check the current burntool processing version:
    165157        my $regtool_state_cmd = "$regtool -processedimfile -exp_id $exp_id -class_id $class_id -limit 1";
Note: See TracChangeset for help on using the changeset viewer.