Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Really fix ArtistInspector.get_aliases#13432
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Really fix ArtistInspector.get_aliases#13432
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
oops, thanks for the catch.
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free tosuggest an improvement. |
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
Fixes#13278.
Either#9475 or#12037 broke
ArtistInspector.get_aliases
which would contrarily to the docstring produce a dictionary of the forminstead of
This is detrimental to the documentation of the aliases, which would hence not appear in the docs any more.
Previsouly
With this PR
Adds a test as well, not to break it again.
PR Checklist