Code review comment for lp:~nuclearbob/utah/vm-teardown-fix

Revision history for this message
Javier Collado (javier.collado) wrote :

I'm not sure about how all this works, but I think that `vm` attribute
should be initialized to None in the __init_ method and that all the
try/except blocks should be transformed to checks to ensure that `vm`
is not `None`.

« Back to merge proposal