IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29183


Ignore:
Timestamp:
Sep 21, 2010, 2:38:00 PM (16 years ago)
Author:
bills
Message:

skip astrometry file if it does not exist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r29154 r29183  
    741741        my $astrom_resolved = $ipprc->file_resolve($astrom);
    742742        next if !$astrom_resolved;
     743        if (! -e $astrom_resolved) {
     744            print "$astrom_resolved not found skipping\n";
     745            next;
     746        }
    743747
    744748        my $start_dvo = gettimeofday();
Note: See TracChangeset for help on using the changeset viewer.