Delete bootstrap.py on sync

sammachin-gprs
Marek Ventur 5 years ago
parent adbb92ad57
commit 87c82fffb7

@ -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

Loading…
Cancel
Save