mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-24 15:59:42 +02:00
lint
This commit is contained in:
parent
bda89e2bfe
commit
80f40aa9c8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue