fix update code

This commit is contained in:
langolierz
2019-12-11 19:12:27 +00:00
parent 641ef046d0
commit 6f4ffa7f72

View File

@@ -871,5 +871,5 @@ class Actions(object):
@staticmethod
def try_remove_file(path):
os.path.exists(path):
if os.path.exists(path):
os.remove(filePath)