refactored session.update_node to session.edit_node to match grpc call
This commit is contained in:
parent
cb81095b64
commit
14d759667c
4 changed files with 5 additions and 5 deletions
|
@ -722,9 +722,9 @@ class Session(object):
|
|||
|
||||
return node
|
||||
|
||||
def update_node(self, node_id, options):
|
||||
def edit_node(self, node_id, options):
|
||||
"""
|
||||
Update node information.
|
||||
Edit node information.
|
||||
|
||||
:param int node_id: id of node to update
|
||||
:param core.emulator.emudata.NodeOptions options: data to update node with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue