Commit cbc8268f authored by Rafael Monnerat's avatar Rafael Monnerat

ERP5Form: Fixup Coding style tests

parent a395d6ce
...@@ -1119,7 +1119,7 @@ class ERP5Form(Base, ZMIForm, ZopePageTemplate): ...@@ -1119,7 +1119,7 @@ class ERP5Form(Base, ZMIForm, ZopePageTemplate):
else: else:
target_form_id = target_list[1] target_form_id = target_list[1]
else: else:
raise NotImplementedError, "Not supported path: %s" % target raise NotImplementedError("Not supported path: %s" % target)
# keep current group and position. # keep current group and position.
group, position = get_group_and_position(field_id) group, position = get_group_and_position(field_id)
......
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