From 73f5d0c5d3cc17e7803d421cca304e175471eaff Mon Sep 17 00:00:00 2001 From: dbarzin Date: Fri, 24 Feb 2023 14:14:33 +0100 Subject: [PATCH] fix typo --- pandora-box.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora-box.py b/pandora-box.py index a1cf443..0768b1a 100755 --- a/pandora-box.py +++ b/pandora-box.py @@ -561,7 +561,7 @@ class PandoraBox: os.system("sync") if not self.has_curses: self.display_image("OK") - else + else: self._log('Device cleaned !') logging.info(f'cleaned="{files_removed}/{len(self.infected_files)}"') else: