Commit e28d96e5 authored by Vincent Pelletier's avatar Vincent Pelletier

Oops, stupid syntax error: a single "try" block cannot have both "except" and...

Oops, stupid syntax error: a single "try" block cannot have both "except" and "finally" section. Split.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19084 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0e65c6ec
......@@ -566,6 +566,7 @@ class ActivityTool (Folder, UniqueObject):
return
old_sm = getSecurityManager()
try:
try:
# get owner of portal_catalog, so normally we should be able to
# have the permission to invoke all activities
......
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