-
Notifications
You must be signed in to change notification settings - Fork 152
Zero values in apps/groups doesnt work #75
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
Comments
Hmm. This seems kinda strange. My best guess is that this is being lost at the json encoding layer here? marathon-python/marathon/models/base.py Line 44 in 2a06da8
with |
I can confirm that I have the same issue. The bug is caused by MarathonMinimalJsonEncoder, changing it to this fixes the issue
(-> adding 'is 0') |
iksaif
pushed a commit
to iksaif/marathon-python
that referenced
this issue
Jan 29, 2016
This fixes issue thefactory#75
iksaif
pushed a commit
to iksaif/marathon-python
that referenced
this issue
Jan 29, 2016
This fixes issue thefactory#75
Pretty sure this is solved in #79 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a json output broken.
You cannot use ports=[0], and port_index=0
Lets create simple app, put it in group, and see what we got.
Will output
The text was updated successfully, but these errors were encountered: