Changeset 29189
- Timestamp:
- Sep 22, 2010, 8:22:46 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/perl/ippToPsps/Batch.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/perl/ippToPsps/Batch.pm
r29187 r29189 461 461 # run IppToPsps program TODO should not need 462 462 my $success = $self->runProgram($inputFile, $resultsFilePath); 463 unlink $inputFile;463 if (!$self->{_save_temps}) {unlink $inputFile}; 464 464 465 465 if ($success) { … … 480 480 481 481 close $resultsFile; 482 unlink $resultsFile;482 if (!$self->{_save_temps}) {unlink $resultsFile}; 483 483 484 484 return $success;
Note:
See TracChangeset
for help on using the changeset viewer.
