summaryrefslogtreecommitdiff
path: root/run.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-25 19:34:21 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-25 19:34:21 +0200
commit90b32a8fcb671d130caba37cf7a331b499844ebc (patch)
treec8893313ef87e7070bbbc00bfafed27381696fac /run.py
parent527c9825e1d29264b61ed980ab785b43a9fe0b32 (diff)
smooth sequences
Diffstat (limited to 'run.py')
-rw-r--r--run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index ebaff37..4c58743 100644
--- a/run.py
+++ b/run.py
@@ -46,7 +46,7 @@ for strOption, strArgument in getopt.getopt(sys.argv[1:], '', [ strParameter[2:]
elif strOption == '--dilate':
arguments_dilate = int(strArgument)
elif strOption == '--smooth':
- arguments_dilate = bool(strArgument)
+ arguments_smooth = bool(strArgument)
elif strOption == '--mix-videos':
arguments_mixVideos = bool(strArgument)
elif strOption == '--a-offset':