Commit 727926bc authored by Lucas Carvalho's avatar Lucas Carvalho

Fixed IndentationError.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37482 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2e7ed65d
...@@ -752,7 +752,6 @@ class Document(DocumentExtensibleTraversableMixin, XMLObject, UrlMixIn, CachedCo ...@@ -752,7 +752,6 @@ class Document(DocumentExtensibleTraversableMixin, XMLObject, UrlMixIn, CachedCo
result = method(user_login) result = method(user_login)
else: else:
result = method() result = method()
if result is not None:
if result is not None: if result is not None:
for key, value in result.iteritems(): for key, value in result.iteritems():
if value not in (None, ''): if value not in (None, ''):
......
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