IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32487 for trunk/ippScripts


Ignore:
Timestamp:
Oct 5, 2011, 11:49:09 AM (15 years ago)
Author:
watersc1
Message:

Forgot one of the checks for missing burntool tables.

File:
1 edited

Legend:

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

    r32477 r32487  
    369369            $burntoolTable_uri =~ s/fits$/burn.tbl/;
    370370            $burntoolTable_uriReal = $ipprc->file_resolve( $burntoolTable_uri );
    371             if (!$burntoolTable_uriReal) {
     371            if ((!$burntoolTable_uriReal)||(!($ipprc->file_exists($burntoolTable_uri)))) {
    372372                my $repair_cmd = "$nebrepair $burntoolTable_uri";
    373373                my ($repair_success, $repair_error_code, $repair_full_buf, $repair_stdout_buf, $repair_stderr_buf ) = run(command => $repair_cmd, verbose => $verbose);
Note: See TracChangeset for help on using the changeset viewer.