You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance `ensure_hostonlyif_exists` by:
- Introducing `get_hostonlyif_name` to avoid duplication.
- Parsing the VBoxManage output with a regular expression for consistency
and to improve code readability.
- Removing noisy output and making the output consistent with other vboxcommon
functions to make easier to call them from other function displaying a
nice output.
- Removing the unneeded use of exceptions re-raising.
- Use concrete exception type (`RuntimeError`).
0 commit comments