Commit 9398354b authored by Jean-Paul Smets's avatar Jean-Paul Smets

More comments

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10126 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dbc4a6aa
......@@ -358,7 +358,8 @@ class TempDocumentConstructor(DocumentConstructor):
return id # return id to be compatible with CMF constructInstance
else: # Temp Object in Persistent Object should use acquisition
o = o.__of__(folder)
return o
return o # We should return id if called on a Factory Dispatcher
# and return o if called on a container
python_file_parser = re.compile('^(.*)\.py$')
......
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