Loading cloudcontrol/server/clients/cli.py +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ class CliHandler(RegisteredCCHandler): errs.error(vm['id'], 'offline hypervisor') else: try: hvclient.vm_action(method, vm['h']) hvclient.vm_action(method, vm['h'], *args, **kwargs) except Exception as err: errs.error(vm['id'], str(err)) else: Loading Loading
cloudcontrol/server/clients/cli.py +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ class CliHandler(RegisteredCCHandler): errs.error(vm['id'], 'offline hypervisor') else: try: hvclient.vm_action(method, vm['h']) hvclient.vm_action(method, vm['h'], *args, **kwargs) except Exception as err: errs.error(vm['id'], str(err)) else: Loading