IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 26, 2009, 10:33:01 AM (17 years ago)
Author:
bills
Message:

don't try and print path and don't increment file count if file fails to resolve

File:
1 edited

Legend:

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

    r22429 r25207  
    108108            # remove the leading "file://" if present
    109109            $path =~ s/^file\:\/\///;
     110            $nfiles++;
     111            print "$path\n";
    110112        }
    111         $nfiles++;
    112         print "$path\n";
    113113    }
    114114    if (!$nfiles) {
Note: See TracChangeset for help on using the changeset viewer.