Skip to content

Commit

Permalink
fix: improve output details for unknown modalities
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwilter committed Nov 13, 2024
1 parent 73bf99b commit 23ba602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_dcm/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def process_dcm(
continue # Ignore any other modalities
if dcmO.dcm_obj.Modality == ImageModality.UNKNOWN:
typer.secho(
f"\nWARN: Unknown modality for {dcmO.filepath}",
f"\nWARN: Unknown modality for {dcmO.filepath}\n-> {output_dir}",
fg=typer.colors.RED,
)

Expand Down

0 comments on commit 23ba602

Please sign in to comment.