Skip to content

Commit

Permalink
remove unused variables in prints
Browse files Browse the repository at this point in the history
  • Loading branch information
gounux committed Jul 3, 2024
1 parent c0da59c commit f48fa36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geotribu_cli/content/header_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ def run(args: argparse.Namespace) -> None:
):
msg = (
f"Les dimensions de l'image ne sont pas dans l'intervalle autorisé "
f"(w:{args.min_image_width}-{args.max_image_width},"
f"h:{args.min_image_height}-{args.max_image_height})"
f"(largeur max: {args.max_image_width},"
f"hauteur max: {args.max_image_height})"
)
logger.error(msg)
if args.raise_exceptions:
Expand Down

0 comments on commit f48fa36

Please sign in to comment.