fix warning in clean.py
This commit is contained in:
parent
b00ce69d58
commit
a3eed212a1
|
@ -71,7 +71,7 @@ def clean():
|
|||
try:
|
||||
shutil.rmtree(p)
|
||||
print(p)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
try:
|
||||
os.remove(p)
|
||||
print(p)
|
||||
|
|
Loading…
Reference in New Issue