[Xfce4-commits] [apps/catfish] 02/02: Another autopep8 fix

noreply at xfce.org noreply at xfce.org
Wed Jan 1 18:43:59 CET 2020


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/catfish.

commit ca2a6a25c38b2361e310cac7b6a3b525e1d263eb
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Wed Jan 1 12:43:53 2020 -0500

    Another autopep8 fix
---
 catfish/CatfishSearchEngine.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/catfish/CatfishSearchEngine.py b/catfish/CatfishSearchEngine.py
index 69c10cc..f5dfa3d 100644
--- a/catfish/CatfishSearchEngine.py
+++ b/catfish/CatfishSearchEngine.py
@@ -206,8 +206,8 @@ class CatfishSearchEngine:
 
                     if method.method_name == 'fulltext' or  \
                             all(key in
-                                    os.path.basename(filename).lower()
-                                    for key in keys):
+                                os.path.basename(filename).lower()
+                                for key in keys):
 
                         # Remove the URI portion of the filename if present.
                         if filename.startswith('file://'):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list