-
Notifications
You must be signed in to change notification settings - Fork 114
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
Update parameter defaults for QuotaClient.update_quota()
#489
Update parameter defaults for QuotaClient.update_quota()
#489
Conversation
I wanted to replicate the error shown in 8f11841:
Which happens when updating a non-default quota (created with which fails if it is already a non-default quota: The error message is a bit weird .. and I'm wondering if this should be fixed on bioblend side by
Edit: Still does not work for <21.09 (probably before galaxyproject/galaxy#11315). Wondering if we need to care about this or just disable tests for earlier releases. |
ca601a6
to
f6ad65c
Compare
Pushed to the main branch a fix for:
|
f6ad65c
to
3086d3b
Compare
Thanks @nsoranzo . The remaining linter error seems to depend on the answers to the above question(s). |
…_quota()`` to None
…te_quota()`` to "=" which is the same of the Galaxy API since 21.09 and makes the ``test_update_non_default_quota`` pass for Galaxy <21.09 without having to specify the ``operation`` parameter.
@bernt-matthias Are you happy with the changes I pushed? They align with what the Galaxy API currently does. |
Co-authored-by: M Bernt <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot. Lets go :)
QuotaClient.update_quota()
No description provided.