Commit b14770af authored by Julien Muchembled's avatar Julien Muchembled

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35710 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95dd1640
......@@ -125,7 +125,7 @@ class ProcessingNodeTestCase(backportUnittest.TestCase, ZopeTestCase.TestCase):
error_message += '\nLast error message:' \
'\n%(type)s\n%(value)s\n%(tb_text)s' \
% error_log[-1]
raise self.fail(error_message)
self.fail(error_message)
def tic(self, verbose=0):
"""Execute pending 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