Commit c0b821dc authored by Benjamin Blanc's avatar Benjamin Blanc

Test

parent 712410e3
......@@ -112,7 +112,7 @@ class SlapOSControler(object):
#client.do_supply(software_url, computer_id,
# client.init(config).shorthandSupply(args.software_url, args.node, client.init(config), remove=remove)
local = client.init(config)
local['supply'].(software_url, computer_id, state=remove)
local['supply'](software_url, computer_id, state=remove)
except:
self.log("SlapOSControler.supply, \
exception in registerOpenOrder", exc_info=sys.exc_info())
......
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