Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vagrant output parsing #93

Merged
merged 2 commits into from
Mar 29, 2022
Merged

Commits on Mar 29, 2022

  1. vagrant/__init__.py: Fix vagrant output parsing

    Vagrant has added some more lines with extra informations
    like box-info, Description, so remove them.
    This possibly needs to be revisited later to properly deal
    with them, for instance, by changing the split() parameter
    to 3 and not 4.
    
    Signed-off-by: Arnaud Patard <apatard@hupstream.com>
    apatard committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    04a45ae View commit details
    Browse the repository at this point in the history
  2. chore: auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e0ab065 View commit details
    Browse the repository at this point in the history