Commit 52e247b4 authored by Łukasz Nowak's avatar Łukasz Nowak

Drop not needed spaces.

parent 5de6b001
...@@ -64,7 +64,7 @@ def mergePASDictDifference(portal, d, fixit):\n ...@@ -64,7 +64,7 @@ def mergePASDictDifference(portal, d, fixit):\n
for expected in active_list:\n for expected in active_list:\n
if expected not in meta_type_list:\n if expected not in meta_type_list:\n
error = \'Plugin %s missing %s.\' % (plugin, expected)\n error = \'Plugin %s missing %s.\' % (plugin, expected)\n
if fixit: \n if fixit:\n
existing = [q for q in portal.acl_users.objectValues() if q.meta_type == expected]\n existing = [q for q in portal.acl_users.objectValues() if q.meta_type == expected]\n
if len(existing) == 0:\n if len(existing) == 0:\n
error_list.append(\'%s not found\' % expected)\n error_list.append(\'%s not found\' % expected)\n
......
194 195
\ No newline at end of file \ No newline at end of file
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