Skip to content

Commit

Permalink
Update flow-runner.py: change tab to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Sep 17, 2023
1 parent 1730ed0 commit 16fc215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/flow-runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 16fc215

Please sign in to comment.