Commit 6d7fe0a7 authored by 's avatar

- reverted part of r105590: retry is not defined here (this bug is not in Zope trunk)

parent 4d31853c
......@@ -208,7 +208,7 @@ def publish(request, module_name, after_list, debug=0,
transactions_manager.abort()
finally:
endInteraction()
notify(PubFailure(request, exc_info, retry))
notify(PubFailure(request, exc_info, False))
raise
def publish_module_standard(module_name,
......
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