IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38093


Ignore:
Timestamp:
Apr 7, 2015, 3:38:06 PM (11 years ago)
Author:
watersc1
Message:

Typo fix.

File:
1 edited

Legend:

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

    r38079 r38093  
    3535
    3636    if ($error != 0) {
    37         open(DB,"${out_path_base}.dbinfo");
     37        open(DB,">${out_path_base}.dbinfo");
    3838        print DB "difftool -adddiffskyfile -diff_id ${diff_id} -skycell_id ${skycell_id} -dbname ${dbname} -quality 4242\n";
    3939        close(DB);
     40        print "Failed to find required file $file for $diff_id $skycell_id\n";
    4041        exit(1);
    4142    }
Note: See TracChangeset for help on using the changeset viewer.