make flake8 happy

This commit is contained in:
Tomas Kopecek 2021-03-18 16:13:29 +01:00
parent 131c5fa1bb
commit 66e6ee322b

View file

@ -461,7 +461,7 @@ def rmtree(path, logger=None):
raise
try:
_rmtree(dev)
except _RetryRmtree as e:
except _RetryRmtree:
# reset and retry
os.chdir(cwd)
continue