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

Provide a way to refresh the build list in KojiTag #66

Open
jguiditta opened this issue Jan 11, 2019 · 1 comment
Open

Provide a way to refresh the build list in KojiTag #66

jguiditta opened this issue Jan 11, 2019 · 1 comment

Comments

@jguiditta
Copy link
Member

jguiditta commented Jan 11, 2019

Description

Currently, we get the taggedList once and only once in kojiTag.builds method. Consider adding a way to refresh this list (perhaps with a 'force' param or similar), and decide what, if anything, to do with the **kwargs originally passed in.

@yazug
Copy link
Member

yazug commented Jan 11, 2019

you can work around this by setting .tagged_list = None
but that is not obvious.

if you follow down the logical path this way the workflow might be better to have builds() method always call the api but not return any data, and then force using other accessor methods to retrieve the actual data that builds(...) call gave you. But this might be more of a v2 refactor than a simple cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants