cleanup tests

This commit is contained in:
Adrien Bourmault 2019-07-10 20:47:52 +02:00
parent 78dc489885
commit 7433a4fef5
2 changed files with 2 additions and 5 deletions

View File

@ -65,8 +65,6 @@ try:
except Exception:
sys.exit(1)
updater.UPDATE_IS_MADE = True
if updater.UPDATE_IS_MADE:
# Launch app !
args = updater.UPATH + '\\CNIRevelator.exe ' + globs.CNIRFolder

View File

@ -210,9 +210,8 @@ def umain():
while os.path.exists(str(sys.argv[1])):
try:
shutil.rmtree(str(sys.argv[1]))
except:
pass
logfile.printdbg("Fail to delete old install !")
except Exception as e:
logfile.printdbg(str(e))
try: