Skip to content

Commit c8311ae

Browse files
committed
Fixed issue with node edits.
1 parent 7d0d4dc commit c8311ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/osdf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ def edit(args):
181181
(valid, error) = client.validate_node(new_node)
182182

183183
if valid:
184-
print("New data is valid.")
184+
client.edit_node(new_node)
185+
print("Done.")
185186
exit_value = 0
186187
else:
187188
print("New node information is invalid: {}".format(error))

0 commit comments

Comments
 (0)