You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cms vm boot --name= throwing error as below. Please review
File "/Users/ashok/cm/cloudmesh-cmd5/cloudmesh/shell/command.py", line 103, in new
func(instance, args, arguments)
File "/Users/ashok/cm/cloudmesh-cloud/cloudmesh/vm/command/vm.py", line 760, in do_vm
variables['vm'] = str(n)
UnboundLocalError: local variable 'n' referenced before assignment
The text was updated successfully, but these errors were encountered:
Hi,
cms vm boot --name= throwing error as below. Please review
File "/Users/ashok/cm/cloudmesh-cmd5/cloudmesh/shell/command.py", line 103, in new
func(instance, args, arguments)
File "/Users/ashok/cm/cloudmesh-cloud/cloudmesh/vm/command/vm.py", line 760, in do_vm
variables['vm'] = str(n)
UnboundLocalError: local variable 'n' referenced before assignment
The text was updated successfully, but these errors were encountered: