Spaces:
Sleeping
Sleeping
Commit
·
c51c321
1
Parent(s):
6af0f90
update
Browse files
utils.py
CHANGED
@@ -109,7 +109,8 @@ def dataDelete(path):
|
|
109 |
try:
|
110 |
shutil.rmtree(path)
|
111 |
except OSError as e:
|
112 |
-
|
|
|
113 |
else:
|
114 |
pass
|
115 |
#print("The directory is deleted successfully")
|
|
|
109 |
try:
|
110 |
shutil.rmtree(path)
|
111 |
except OSError as e:
|
112 |
+
pass
|
113 |
+
#print(e)
|
114 |
else:
|
115 |
pass
|
116 |
#print("The directory is deleted successfully")
|