Delete bootstrap.py on sync

sammachin-gprs
Marek Ventur 2018-09-01 18:27:03 +01:00
parent adbb92ad57
commit 87c82fffb7
1 changed files with 5 additions and 0 deletions

View File

@ -74,3 +74,8 @@ def clean(path=""):
os.remove(full)
except Exception as e:
print("Error while trying to clean '%s'" % full)
try:
os.remove("bootstrap.py")
except:
pass