Opened 20 years ago
Closed 19 years ago
#851 closed defect (fixed)
detrend_process_imfile.pl exits with wrong status on define_camera failure
| Reported by: | eugene | Owned by: | eugene |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | ippTools | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
line 43 in detrend_process_imfile.pl makes the program exit with a SUCCESS
status not a FAILURE status if it catches an error in the metadata.
Note:
See TracTickets
for help on using tickets.

PS::IPP::Config was "croak"ing at this point. Replaced "croak" with "carp"
followed by exit with an appropriate error code throughout PS::IPP::Config.