diff options
| author | georg | 2019-02-28 15:47:16 +0000 |
|---|---|---|
| committer | jvoisin | 2019-03-07 21:53:43 +0100 |
| commit | 1327089a30e14e687d6f23456fa2b8b0eea18ef2 (patch) | |
| tree | 938bc4bdcc02365174822ad32928403907322d0a /nautilus | |
| parent | 459ed0744395770fa02e051962558f04f33ab045 (diff) | |
Small fixes for newer pylint versions
Diffstat (limited to 'nautilus')
| -rw-r--r-- | nautilus/mat2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nautilus/mat2.py b/nautilus/mat2.py index 562f8a7..d476d55 100644 --- a/nautilus/mat2.py +++ b/nautilus/mat2.py | |||
| @@ -173,7 +173,7 @@ class Mat2Extension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationWid | |||
| 173 | if fname is None: | 173 | if fname is None: |
| 174 | self.infobar_hbox.destroy() | 174 | self.infobar_hbox.destroy() |
| 175 | self.infobar.hide() | 175 | self.infobar.hide() |
| 176 | if len(self.failed_items): | 176 | if self.failed_items: |
| 177 | self.__infobar_failure() | 177 | self.__infobar_failure() |
| 178 | if not processing_queue.empty(): | 178 | if not processing_queue.empty(): |
| 179 | print("Something went wrong, the queue isn't empty :/") | 179 | print("Something went wrong, the queue isn't empty :/") |
