Commit 15f3df97 authored by Jean-Paul Smets's avatar Jean-Paul Smets

beautify one line


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2471 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5bdad1a3
......@@ -157,7 +157,7 @@ class FolderMixIn(ExtensionClass.Base):
# catalog. In particular, consider empty
# strings as None values
for cname in kw.keys():
if kw[cname] != '' and kw[cname]!=None:
if kw[cname] != '' and kw[cname] != None:
kw2[cname] = kw[cname]
# The method to call to search the folder
# content has to be called z_search_folder
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment