diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 05:00:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 05:00:53 +0200 |
| commit | ce78e450188cd3771acc0d64697d5fc038c28162 (patch) | |
| tree | c7a0e09d50acd79eb7accc673197e7e586ac9d63 /test-mogrify.py | |
| parent | 73f6e780c7cbc39aa4be73e88d731cf9f37cc6e2 (diff) | |
testy
Diffstat (limited to 'test-mogrify.py')
| -rw-r--r-- | test-mogrify.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-mogrify.py b/test-mogrify.py index 0efabe1..f2b2b3d 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -104,7 +104,7 @@ if __name__ == '__main__': def render_video(): print(opt.render_dir) - if opt.render_frames: + if data_opt.render_frames: frame_fn = "frame_%05d.png" video_fn = tag + "_mog_frame.mp4" else: |
