Commit 5b4b1bc4 authored by Benjamin Blanc's avatar Benjamin Blanc

Test

parent e426289b
...@@ -104,7 +104,8 @@ class SlapOSControler(object): ...@@ -104,7 +104,8 @@ class SlapOSControler(object):
parser.add_argument("node") parser.add_argument("node")
if os.path.exists(self.configuration_file_path): if os.path.exists(self.configuration_file_path):
args = parser.parse_args([self.configuration_file_path, software_url, computer_id]) args = parser.parse_args([self.configuration_file_path, software_url, computer_id])
config = client.Config(args, args.configuration_file) config = client.Config()
config.setConfig(args, args.configuration_file)
try: try:
client.supply(args.software_url, args.node, client.init(config), remove=remove) client.supply(args.software_url, args.node, client.init(config), remove=remove)
except: except:
......
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