Commit 344f929a authored by Vincent Pelletier's avatar Vincent Pelletier

Woops, unbalanced parentheses.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25742 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 774e8a95
......@@ -1743,7 +1743,7 @@ class Catalog(Folder,
if related_key_id in column_map:
LOG('SQLCatalog', 100, 'Related key %r has the same name as an existing column on tables %r' % (related_key_id, column_map[related_key_id]))
else:
LOG('SQLCatalog', 100, 'Related key %r is declared more than once.' % (related_key_id, )
LOG('SQLCatalog', 100, 'Related key %r is declared more than once.' % (related_key_id, ))
column_set.add(related_key_id)
return column_set
......
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