IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2013, 3:05:15 PM (13 years ago)
Author:
watersc1
Message:

If we're fixing a table, we likely do not need to continue, so I've removed the --continue 10 option from the ipp_apply_burntool_single.pl call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/fixburntool

    r34591 r35205  
    106106
    107107{
    108     my $command = "$burntool --continue 10 --exp_id $exp_id --class_id $class_id --this_uri $uri --previous_uri $prev_uri";
     108    my $command = "$burntool --exp_id $exp_id --class_id $class_id --this_uri $uri --previous_uri $prev_uri";
    109109    print "$command\n";
    110110    my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
Note: See TracChangeset for help on using the changeset viewer.