1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-24 15:59:42 +02:00
This commit is contained in:
dbarzin 2023-03-03 16:14:28 +01:00
parent bda89e2bfe
commit 80f40aa9c8

View file

@ -599,7 +599,7 @@ class PandoraBox:
# check key is still here
try:
os.statvfs(self.mount_point)
except Exception :
except Exception:
self._log("Device not cleaned !")
logging.info('device_not_cleaned')
return "WAIT"