diff --git a/panimg/image_builders/tiff.py b/panimg/image_builders/tiff.py index 00044fa..49ee5c4 100644 --- a/panimg/image_builders/tiff.py +++ b/panimg/image_builders/tiff.py @@ -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