- Timestamp:
- Aug 19, 2010, 6:52:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ippScripts/scripts/chip_imfile.pl
r28014 r28981 23 23 use PS::IPP::Config 1.01 qw( :standard ); 24 24 use File::Temp qw( tempfile ); 25 use File::Basename; 25 26 26 27 use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt ); … … 125 126 $outputStats .= '.update'; 126 127 $traceDest .= '.update'; 128 # make sure that any lingering destreak backup files are gone 129 $ipprc->delete_destreak_backup_file($outputImage) 130 or &my_die("failed to delete existing destreak backup image file", $exp_id, $chip_id, $class_id, $PS_EXIT_UNKNOWN_ERROR); 131 $ipprc->delete_destreak_backup_file($outputMask) 132 or &my_die("failed to delete existing destreak backup mask file", $exp_id, $chip_id, $class_id, $PS_EXIT_UNKNOWN_ERROR); 133 $ipprc->delete_destreak_backup_file($outputWeight) 134 or &my_die("failed to delete existing destreak backup weight file", $exp_id, $chip_id, $class_id, $PS_EXIT_UNKNOWN_ERROR); 127 135 } 128 136 … … 454 462 } 455 463 464 456 465 sub my_die 457 466 {
Note:
See TracChangeset
for help on using the changeset viewer.
