Skip to content

Commit

Permalink
Fix Processed log
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-t committed Apr 11, 2024
1 parent 20ea435 commit d5b1496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_generic_download_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@ def create_generic_download_list(search_dtype, # L2
if (file_state_status == "ready_for_saving"): # Seen before with different checksum.
output_file_pointer.write(new_line + '\n');
found_names += 1; # Keep track of how many names we have written to this new file.
print(f"{g_module_name} - INFO: Processed: {pathlib.Path(output_file_name).name} | {new_line}")
print(f"{g_module_name} - INFO : Processed: {pathlib.Path(output_file_name).name} | {new_line}")
write_final_log(f"processed: {new_line}")
if (g_trace_flag):
print(g_module_name + "TRACE:file_state_status",file_state_status,"new_line",new_line)
Expand Down

0 comments on commit d5b1496

Please sign in to comment.