sethmlarson / virtualbox-python

Complete implementation of VirtualBox's COM API with a Pythonic interface.
https://pypi.org/project/virtualbox
Apache License 2.0
354 stars 75 forks source link

Raise more descriptive error with zero-length password. #70

Closed sethmlarson closed 7 years ago

sethmlarson commented 7 years ago

Because this has happened to more than one person I figured it would be a good idea to have a more descriptive error message for this situation. Fixes #62