From 785e42d873fa5ab30866bf72c43cf63cf3caf3a4 Mon Sep 17 00:00:00 2001 From: Lukas Weber Date: Sun, 13 Oct 2024 19:23:36 +0200 Subject: [PATCH] fix help --- stitching/cli/stitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stitching/cli/stitch.py b/stitching/cli/stitch.py index 387d1dc..5ef19b2 100644 --- a/stitching/cli/stitch.py +++ b/stitching/cli/stitch.py @@ -47,7 +47,7 @@ def create_parser(): action="store_true", help="Overwrites multiple parameters to optimize the stitching for " "scans and images captured by specialized devices. The follwing parameters " - "are set: " + AffineStitcher.AFFINE_DEFAULTS, + "are set: " + str(AffineStitcher.AFFINE_DEFAULTS), ) parser.add_argument( "--medium_megapix",