From ef278648e8cf39b1165c86972b7119e6e7f677c5 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Fri, 27 Jul 2018 16:25:20 +0200 Subject: [PATCH] flake8 compliance --- photobooth/worker/PictureList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photobooth/worker/PictureList.py b/photobooth/worker/PictureList.py index 6df99fc..73a3ed5 100644 --- a/photobooth/worker/PictureList.py +++ b/photobooth/worker/PictureList.py @@ -61,7 +61,7 @@ class PictureList: pictures.sort() last_picture = pictures[-1] self.counter = int(last_picture[ - -(self.count_width+len(self.suffix)):-len(self.suffix)]) + -(self.count_width + len(self.suffix)):-len(self.suffix)]) # Print initial infos logging.info('Number of last existing file: %d', self.counter)