diff options
| author | sniklaus <simon.niklaus@outlook.com> | 2017-09-10 23:00:11 -0700 |
|---|---|---|
| committer | sniklaus <simon.niklaus@outlook.com> | 2017-09-10 23:00:11 -0700 |
| commit | 0e5c520af0993501a04b01eedcbe617b1870a697 (patch) | |
| tree | 8ca41b43fad90256575da440026ca824dd282751 /run.py | |
| parent | 8a4dd8b6868770c512e72e672e99e8e5c73f3d76 (diff) | |
no message
Diffstat (limited to 'run.py')
| -rw-r--r-- | run.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ for strOption, strArgument in getopt.getopt(sys.argv[1:], '', [ strParameter[2:] arguments_strFirst = strArgument # path to the first frame elif strOption == '--second': - arguments_strSecond = strArgument # path to the first frame + arguments_strSecond = strArgument # path to the second frame elif strOption == '--out': arguments_strOut = strArgument # path to where the output should be stored |
