summaryrefslogtreecommitdiff
path: root/AutoVideosGPU2.py
diff options
context:
space:
mode:
Diffstat (limited to 'AutoVideosGPU2.py')
-rw-r--r--AutoVideosGPU2.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/AutoVideosGPU2.py b/AutoVideosGPU2.py
deleted file mode 100644
index b724c2d..0000000
--- a/AutoVideosGPU2.py
+++ /dev/null
@@ -1,16 +0,0 @@
-import os
-
-def removeIfExists(filename):
- if os.path.exists(filename):
- os.remove(filename)
-
-
-exitStatus = os.system('python AutoVideosGPU.py')
-
-SEGFAULT = 35584
-
-while exitStatus == SEGFAULT:
- exitStatus = os.system('python ImportAutoVideos.py')
-
-removeIfExists('AutoVideosSettings.txt')
-removeIfExists('videoNumber.txt')