Commit 12452c35 authored by Jérome Perrin's avatar Jérome Perrin

asRecordedContext: default value must be dict

parent fac0ba5a
...@@ -125,7 +125,7 @@ class PropertyRecordableMixin: ...@@ -125,7 +125,7 @@ class PropertyRecordableMixin:
which recorded properties in its context. which recorded properties in its context.
""" """
context = self.asContext() context = self.asContext()
context.edit(**self._getRecordedPropertyDict(())) context.edit(**self._getRecordedPropertyDict({}))
return context return context
def _getRecordedPropertyDict(self, *args): def _getRecordedPropertyDict(self, *args):
......
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