From 16fc2157d7316d84e7238b3aebd5e6a89905f16a Mon Sep 17 00:00:00 2001 From: Eric Claeys <83164203+EricClaeys@users.noreply.github.com> Date: Sat, 16 Sep 2023 23:45:59 -0500 Subject: [PATCH] Update flow-runner.py: change tab to spaces --- scripts/flow-runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/flow-runner.py b/scripts/flow-runner.py index a262e36df..9c3b1d532 100755 --- a/scripts/flow-runner.py +++ b/scripts/flow-runner.py @@ -112,7 +112,7 @@ def signalHandler(sig, frame): shared.log(0, "ERROR: Unable to read SETTINGS_FILE - Aborting", exitCode=1) shared.fullFilename = os.environ["FULL_FILENAME"] - # TODO: imagecreatethumbnails is a boolean + # TODO: imagecreatethumbnails is a boolean shared.createThumbnails = int(shared.getSetting("imagecreatethumbnails")) shared.thumbnailWidth = int(shared.getSetting("thumbnailsizex")) shared.thumbnailHeight = int(shared.getSetting("thumbnailsizey"))