Skip to content

Commit

Permalink
Update panimg/image_builders/tiff.py
Browse files Browse the repository at this point in the history
Co-authored-by: James Meakin <[email protected]>
  • Loading branch information
miriam-groeneveld and jmsmkn authored Oct 19, 2023
1 parent da0ebbd commit d621431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panimg/image_builders/tiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ def _convert_dicom_wsi_dir(
except Exception as e:
file_errors[file].append(
format_error(
f"Could not convert dicom-wsi to tif: {file.name}, error:{str(e)}"
f"Could not convert dicom-wsi to TIFF: {file.name}, error:{str(e)}"
)
)
else:
Expand Down

0 comments on commit d621431

Please sign in to comment.