Commit 489429ff authored by Andreas Jung's avatar Andreas Jung

typo

parent b2ff1c34
......@@ -799,10 +799,7 @@ class TransientObjectContainer(SimpleItem):
except (KeyError, AttributeError):
path = self.getPhysicalPath()
err = 'No such onAdd/onDelete method %s referenced via %s'
LOG.warning(
err % (callback, '/'.join(path)),
exc_info=True()
)
LOG.warning( err % (callback, '/'.join(path)), exc_info=True)
return
else:
method = callback
......
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