mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
fix update code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user