aboutsummaryrefslogtreecommitdiff
path: root/video_thread.py
diff options
context:
space:
mode:
authortassaron2017-06-04 20:27:43 -0400
committertassaron2017-06-04 20:27:43 -0400
commit277e86f2795093deaa12f294c29ac2f951ae65cd (patch)
tree8da3101aef37216d6b47d60012eea3a9853eef3c /video_thread.py
parent39e66ffa2d07b87b57ed90b369ab26aedf0a69e8 (diff)
not dumping frames anymore, but not working yet either
will finish later
Diffstat (limited to 'video_thread.py')
-rw-r--r--video_thread.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/video_thread.py b/video_thread.py
index e74fffa..0542bc2 100644
--- a/video_thread.py
+++ b/video_thread.py
@@ -228,7 +228,6 @@ class Worker(QtCore.QObject):
self.error = False
self.canceled = False
self.parent.drawPreview()
- self.core.deleteTempDir()
self.stopped = True
self.encoding.emit(False)
self.videoCreated.emit()