Commit 883db655 authored by Benjamin Blanc's avatar Benjamin Blanc

Test

parent bb60c6c9
......@@ -113,7 +113,7 @@ class SlapOSControler(object):
# 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)
self.log('SlapOSControler : supply %s %s %s' %((software_url, computer_id, remove))
self.log('SlapOSControler : supply %s %s %s' %(software_url, computer_id, 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