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

Fix argument name.

parent 1d78efe5
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ class InstanceNode:
Returns:
Copy of the receiver with the updated value.
"""
newval = self.schema_node.from_raw(value)
newval = self.schema_node.from_raw(rvalue)
return self.update(newval)
def up(self) -> "InstanceNode":
......
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