We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The function exclude_labels (defined in _tier3.py) has a paramter "list", which is a protected python type name. We should rename it to "label_image".
exclude_labels
The text was updated successfully, but these errors were encountered:
list
label_image
Ah wait, it must be "flag_list" not label image.
Sorry, something went wrong.
To be solved later with re-work of the auto-generator and input/output special case management
shoudl be solved with:
Successfully merging a pull request may close this issue.
The function
exclude_labels
(defined in _tier3.py) has a paramter "list", which is a protected python type name. We should rename it to "label_image".The text was updated successfully, but these errors were encountered: