Skip to content
Snippets Groups Projects
Commit 2eec653e authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Please pylint

parent 85c08c5b
No related branches found
No related tags found
No related merge requests found
...@@ -231,7 +231,7 @@ class Mat2Extension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationWid ...@@ -231,7 +231,7 @@ class Mat2Extension(GObject.GObject, Nautilus.MenuProvider, Nautilus.LocationWid
""" """
# Do not show the menu item if not a single file has a chance to be # Do not show the menu item if not a single file has a chance to be
# processed by mat2. # processed by mat2.
if not any([is_valid for (is_valid, _) in map(self.__validate, files)]): if not any((is_valid for (is_valid, _) in map(self.__validate, files))):
return None return None
item = Nautilus.MenuItem( item = Nautilus.MenuItem(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment