Changeset 36135
- Timestamp:
- Sep 19, 2013, 12:49:44 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_job_run.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_job_run.pl
r36104 r36135 266 266 close $F; 267 267 $jobStatus = $PS_EXIT_SUCCESS; 268 } elsif ($exitStatus == $PSTAMP_NO_OVERLAP ) {269 $jobStatus = $ PSTAMP_NO_OVERLAP;268 } elsif ($exitStatus == $PSTAMP_NO_OVERLAP || $exitStatus == $PSTAMP_NO_VALID_PIXELS) { 269 $jobStatus = $exitStatus; 270 270 } else { 271 271 my_die( "ppstamp failed with error code: $exitStatus", $job_id, $exitStatus);
Note:
See TracChangeset
for help on using the changeset viewer.
