Skip to content

Commit

Permalink
fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasalexanderweber committed Oct 13, 2024
1 parent 5ceaa8c commit 785e42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stitching/cli/stitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 785e42d

Please sign in to comment.