1
0
mirror of synced 2024-11-22 17:24:23 +01:00

Small fixes for newer pylint versions

This commit is contained in:
georg 2019-02-28 15:47:16 +00:00 committed by jvoisin
parent 459ed07443
commit 1327089a30
2 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@ class Mat2Extension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationWid
if fname is None: if fname is None:
self.infobar_hbox.destroy() self.infobar_hbox.destroy()
self.infobar.hide() self.infobar.hide()
if len(self.failed_items): if self.failed_items:
self.__infobar_failure() self.__infobar_failure()
if not processing_queue.empty(): if not processing_queue.empty():
print("Something went wrong, the queue isn't empty :/") print("Something went wrong, the queue isn't empty :/")