Commit b71a8054 authored by Vincent Pelletier's avatar Vincent Pelletier Committed by Kazuhiko Shiozaki

erp5_full_text_mroonga_catalog: Remove unused local.

parent 6749766d
...@@ -21,7 +21,7 @@ for group_object in object_list: ...@@ -21,7 +21,7 @@ for group_object in object_list:
except Unauthorized: # should happen in tricky testERP5Catalog tests only except Unauthorized: # should happen in tricky testERP5Catalog tests only
# Fake activity success: if indexation cannot View document, ignore it. # Fake activity success: if indexation cannot View document, ignore it.
group_object.result = None group_object.result = None
except Exception, e: except Exception:
group_object.raised() group_object.raised()
else: else:
for property, value in tmp_dict.iteritems(): for property, value in tmp_dict.iteritems():
......
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