Commit a6c9bbd9 authored by Romain Courteaud's avatar Romain Courteaud

typo

parent f2192396
......@@ -22,7 +22,7 @@ def waitForActivities(self, delay=100, count=None):
return 'Done.'
if all(x.processing_node == -2 for x in x):
raise RuntimeError(
'tic is looping forever: one failing activity (%s %s)' % (x[0].path, x[0].method_id)
'tic is looping forever: one failing activity (%s %s)' % (x[0].object_path, x[0].method_id)
)
activity_tool.process_timer(None, None)
if time.time() > deadline:
......
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