diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 19:34:21 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 19:34:21 +0200 |
| commit | 90b32a8fcb671d130caba37cf7a331b499844ebc (patch) | |
| tree | c8893313ef87e7070bbbc00bfafed27381696fac /run.py | |
| parent | 527c9825e1d29264b61ed980ab785b43a9fe0b32 (diff) | |
smooth sequences
Diffstat (limited to 'run.py')
| -rw-r--r-- | run.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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': |
