diff options
Diffstat (limited to 'AutoImagesGPU2.py')
-rw-r--r-- | AutoImagesGPU2.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/AutoImagesGPU2.py b/AutoImagesGPU2.py deleted file mode 100644 index d23f06f..0000000 --- a/AutoImagesGPU2.py +++ /dev/null @@ -1,16 +0,0 @@ -import os - -def removeIfExists(filename): - if os.path.exists(filename): - os.remove(filename) - - -exitStatus = os.system('python AutoImagesGPU.py') - -SEGFAULT = 35584 - -while exitStatus == SEGFAULT: - exitStatus = os.system('python ImportAutoImages.py') - -removeIfExists('AutoImagesSettings.txt') -removeIfExists('imageNumber.txt') |