Skip to content

Commit

Permalink
fixed up logger handling
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Mar 13, 2024
1 parent 6354478 commit 6437665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xnat_ingest/cli/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def stage(
raise_errors: bool,
deidentify: bool,
):
set_logger_handling(log_level, log_file, log_emails, mail_server)
set_logger_handling(log_level, log_emails, log_file, mail_server)

msg = f"Loading DICOM sessions from '{dicoms_path}'"

Expand Down

0 comments on commit 6437665

Please sign in to comment.