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