Skip to content

Commit

Permalink
added analyze_data_good_index.append(i)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman committed Nov 8, 2023
1 parent a8b4e5c commit 14f8b35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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 Down

0 comments on commit 14f8b35

Please sign in to comment.