Skip to content

Commit

Permalink
logging debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
silil committed Oct 26, 2023
1 parent 3f36a0d commit 744f593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/triage/component/architect/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,6 @@ def generate_list_of_files_to_remove(filenames, matrix_uuid):
# adding fixed files
rm_files.append(prefix + "_fixed.csv")

logger.debug(f"Files to be removed {rm_files}")
logging.debug(f"Files to be removed {rm_files}")
return rm_files

0 comments on commit 744f593

Please sign in to comment.