Commit cc0cc694 authored by Rafael Monnerat's avatar Rafael Monnerat

[slapos.cli.remove] Added init required logger argument

parent 289fed11
......@@ -23,7 +23,7 @@ class RemoveCommand(ClientConfigCommand):
def take_action(self, args):
configp = self.fetch_config(args)
conf = ClientConfig(args, configp)
local = init(conf)
local = init(conf, self.app.log)
do_remove(self.app.log, args.software_url, args.node, local)
......
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