- Timestamp:
- Sep 20, 2016, 3:21:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/ippScripts/scripts/detrend_process_imfile.pl
-
Property svn:mergeinfo
set to
/trunk/ippScripts/scripts/detrend_process_imfile.pl merged eligible
r35302 r39708 126 126 # Run ppImage 127 127 unless ($no_op) { 128 my $repair_cmd = "$nebrepair $input_uri"; 129 my ($repair_success, $repair_error_code, $repair_full_buf, $repair_stdout_buf, $repair_stderr_buf ) = run(command => $repair_cmd, verbose => $verbose); 130 unless ($repair_success) { 131 &my_die("Unable to attempt repair: $input_uri $repair_error_code", $det_id, $exp_id, $class_id, $PS_EXIT_SYS_ERROR); 128 if ($input_uri =~ /neb/) { 129 my $repair_cmd = "$nebrepair $input_uri"; 130 my ($repair_success, $repair_error_code, $repair_full_buf, $repair_stdout_buf, $repair_stderr_buf ) = run(command => $repair_cmd, verbose => $verbose); 131 unless ($repair_success) { 132 &my_die("Unable to attempt repair: $input_uri $repair_error_code", $det_id, $exp_id, $class_id, $PS_EXIT_SYS_ERROR); 133 } 132 134 } 133 135 -
Property svn:mergeinfo
set to
Note:
See TracChangeset
for help on using the changeset viewer.
