We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0da59c commit 703e7aaCopy full SHA for 703e7aa
geotribu_cli/content/header_check.py
@@ -255,8 +255,8 @@ def run(args: argparse.Namespace) -> None:
255
):
256
msg = (
257
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})"
+ f"(largeur max: {args.max_image_width},"
+ f"hauteur max: {args.max_image_height})"
260
)
261
logger.error(msg)
262
if args.raise_exceptions:
0 commit comments