Commit 90640c38 authored by Aurel's avatar Aurel

Fix typo error


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4373 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c6a0c8b9
......@@ -200,7 +200,7 @@ class TemplateTool (BaseTool):
for prop in bt.propertyMap():
type = prop['type']
pid = prop['id']
if pid in ('uid', 'id', 'rid', 'sid', 'id_group', 'last_id', 'dependecy_list'):
if pid in ('uid', 'id', 'rid', 'sid', 'id_group', 'last_id', 'dependency_list'):
continue
prop_path = os.path.join(tar.members[0].name, 'bt', pid)
info = tar.getmember(prop_path)
......
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