Skip to content

Commit

Permalink
HLA-1154 Bug fix for processing no_proc_key='WARN' (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman authored and mdlpstsci committed Nov 13, 2023
1 parent 02f0aff commit f051709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drizzlepac/haputils/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ def analyze_data(input_file_list, log_level=logutil.logging.DEBUG, type=""):
msg_type = Messages.NOPROC.value
else:
msg_type = Messages.WARN.value
analyze_data_good_index.append(i)

process_msg = no_proc_key + '=' + str(no_proc_value)

Expand All @@ -543,7 +544,6 @@ def analyze_data(input_file_list, log_level=logutil.logging.DEBUG, type=""):
total_rms, dataset_key, status, fit_qual, headerlet_file,
compromised])
process_msg = ""

return output_table, analyze_data_good_index


Expand Down

0 comments on commit f051709

Please sign in to comment.