IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

Change History (1)

comment:1 by Paul Price, 19 years ago

Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.