IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2008, 12:30:35 PM (18 years ago)
Author:
bills
Message:

Pass --touch to file_resolve when resolving names for tempfiles

File:
1 edited

Legend:

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

    r17671 r17681  
    121121
    122122# Generate MDC file with the inputs
    123 my ($listFile, $listName) = tempfile( $ipprc->file_resolve("$outroot.$class_id.list.XXXX"), UNLINK => !$save_temps );
     123my $temp_uri = $ipprc->file_resolve("$outroot.$class_id.list.XXXX", "--touch");
     124my ($listFile, $listName) = tempfile( $temp_uri, UNLINK => !$save_temps );
    124125my $num = 0;
    125126foreach my $file (@$files) {
Note: See TracChangeset for help on using the changeset viewer.