Comment 2 for bug 612082

Revision history for this message
Daniel Holbert (dholbert) wrote :

> hypervisor.optparser.error("%s parsing --part option: %s" % (errno, strerror))

My python-fu is not strong, but from looking at the rest of the cli.py file, I think we want "self.optparser", not "hypervisor.optparser".

Testing that to see if that fixes it locally...