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

Removes id validation from MarathonGroup() #228

Merged
merged 3 commits into from
Oct 27, 2017
Merged

Removes id validation from MarathonGroup() #228

merged 3 commits into from
Oct 27, 2017

Commits on Oct 26, 2017

  1. Removes id validation from MarathonGroup()

    This validation was preventig the use of the root group (`/`), both from
    `MarathonGroup().from_json(<data>)` and `MarathonClient().get_group("/")`
    
    Fixes issue #227
    daltonmatos committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    d178cd4 View commit details
    Browse the repository at this point in the history
  2. Fixing flake8 errors

    daltonmatos committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    800f90f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Fixing E722 flake8 errors

    E722: do not use bare except
    daltonmatos committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    015e501 View commit details
    Browse the repository at this point in the history