cloudmesh / cloudmesh-cloud

Multicloud Cloudmesh Plugins for cloudmesh cmd5 CMD
https://cloudmesh.github.io/cloudmesh-manual
Apache License 2.0
2 stars 27 forks source link

Error: local variable 'n' referenced before assignment at vm/command/vm.py", line 760 #339

Open asingam2017 opened 4 years ago

asingam2017 commented 4 years ago

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