Skip to content

Commit 703e7aa

Browse files
authored
1 parent c0da59c commit 703e7aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geotribu_cli/content/header_check.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ def run(args: argparse.Namespace) -> None:
255255
):
256256
msg = (
257257
f"Les dimensions de l'image ne sont pas dans l'intervalle autorisé "
258-
f"(w:{args.min_image_width}-{args.max_image_width},"
259-
f"h:{args.min_image_height}-{args.max_image_height})"
258+
f"(largeur max: {args.max_image_width},"
259+
f"hauteur max: {args.max_image_height})"
260260
)
261261
logger.error(msg)
262262
if args.raise_exceptions:

0 commit comments

Comments
 (0)