From 80f40aa9c800858b9274ebb9366765b32946c943 Mon Sep 17 00:00:00 2001 From: dbarzin Date: Fri, 3 Mar 2023 16:14:28 +0100 Subject: [PATCH] lint --- pandora-box.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora-box.py b/pandora-box.py index b902d0c..e938e86 100755 --- a/pandora-box.py +++ b/pandora-box.py @@ -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"