Skip to content
Snippets Groups Projects
Commit 54c7a87a authored by Ladislav Lhotka's avatar Ladislav Lhotka
Browse files

Start from_raw with empty path.

parent 418384b7
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ class DataModel(metaclass=_Singleton):
Returns:
Root instance node.
"""
cooked = Context.schema.from_raw(robj, "/")
cooked = Context.schema.from_raw(robj)
return RootNode(cooked, Context.schema, cooked.timestamp)
@staticmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment