mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-30 02:39: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
|
# check key is still here
|
||||||
try:
|
try:
|
||||||
os.statvfs(self.mount_point)
|
os.statvfs(self.mount_point)
|
||||||
except Exception :
|
except Exception:
|
||||||
self._log("Device not cleaned !")
|
self._log("Device not cleaned !")
|
||||||
logging.info('device_not_cleaned')
|
logging.info('device_not_cleaned')
|
||||||
return "WAIT"
|
return "WAIT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue