Remove unused variable

parent 124f2f48
...@@ -231,8 +231,7 @@ class Computer(object): ...@@ -231,8 +231,7 @@ class Computer(object):
if config.dry_run: if config.dry_run:
return return
try: try:
response = slap_computer.updateConfiguration( slap_computer.updateConfiguration(xml_marshaller.dumps(_getDict(self)))
xml_marshaller.dumps(_getDict(self)))
except slap.NotFoundError as error: except slap.NotFoundError as error:
raise slap.NotFoundError("%s\nERROR : This SlapOS node is not recognised by " raise slap.NotFoundError("%s\nERROR : This SlapOS node is not recognised by "
"SlapOS Master. Please make sure computer_id of slapos.cfg looks " "SlapOS Master. Please make sure computer_id of slapos.cfg looks "
......
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