summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.py b/run.py
index c589fab..a6e326e 100644
--- a/run.py
+++ b/run.py
@@ -176,7 +176,7 @@ def dilate_frames(moduleNetwork, tensorOutput, frames, dilate):
return new_frames
def store_frames(frames, outputPath, opt, inputFirst=None, inputSecond=None):
- if not outputPath.endsWith('.mp4'):
+ if not outputPath.endswith('.mp4'):
outputPath += '.mp4'
print('writing {}'.format(outputPath))
print('frames: {}'.format(len(frames)))