IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2023, 8:18:25 AM (3 years ago)
Author:
eugene
Message:

allow long-running jobs (md5sum) to be remote; fix some error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/eam/rawfix.20230221/src/get_md5s_instances.pl

    r42430 r42441  
    4343    my $filename = $instance;
    4444    $filename =~ s|file://||;
     45   
     46    # check for the existence of the file first:
     47    unless (-e $filename) {
     48        print OUTFILE "$instance $data_state $md5sum_tru XXX\n";
     49        next;
     50    }
    4551
    4652    my $line;
Note: See TracChangeset for help on using the changeset viewer.