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 8b76466 commit da0ebbd
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 @@ -351,7 +351,7 @@ def _convert(
except Exception as e:
file_errors[file].append(
format_error(
f"Could not convert file to tif: {file.name}, error:{str(e)}"
f"Could not convert file to TIFF: {file.name}, error:{str(e)}"
)
)
continue
Expand Down

0 comments on commit da0ebbd

Please sign in to comment.