From e84c77dd56a6edcd7793417c7a580015d4cbcb99 Mon Sep 17 00:00:00 2001 From: Saijin-Naib <19295950+Saijin-Naib@users.noreply.github.com> Date: Sat, 29 Jul 2023 01:12:54 -0400 Subject: [PATCH] Update config.py Syntax fix for unterminated single quote --- opendm/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/config.py b/opendm/config.py index 77a40829..7e640606 100755 --- a/opendm/config.py +++ b/opendm/config.py @@ -276,7 +276,7 @@ def config(argv=None, parser=None): 'A memory and processor hungry change relative to the default behavior if set to true. ' 'Ordinarily, GSD estimates are used to cap the maximum resolution of image outputs and resizes images when necessary, resulting in faster processing and lower memory usage. ' 'Since GSD is an estimate, sometimes ignoring it can result in slightly better image output quality. ' - 'Never set --ignore-gsd to true unless you are positive you need it, and even then: don't use it. Default: %(default)s') + 'Never set --ignore-gsd to true unless you are positive you need it, and even then: do not use it. Default: %(default)s') parser.add_argument('--no-gpu', action=StoreTrue,