Skip to content

Fix : UnboundLocalError: local variable 'res' referenced before assignment

Jayaditya Gupta requested to merge migration-cmd-bug-fix into master

Local variable res is accessed before assignment when the vm is not in active or shutoff state.

Merge request reports