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

Undefined name '_ALIASES' in weblate/trans/forms.py #2377

Closed
cclauss opened this issue Nov 11, 2018 · 1 comment
Closed

Undefined name '_ALIASES' in weblate/trans/forms.py #2377

cclauss opened this issue Nov 11, 2018 · 1 comment
Assignees
Labels
bug Something is broken.
Milestone

Comments

@cclauss
Copy link

cclauss commented Nov 11, 2018

flake8 testing of https://github.com/WeblateOrg/weblate on Python 3.7.1

15.35s$ time flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./weblate/trans/forms.py:1175:25: F821 undefined name '_ALIASES'
                        _ALIASES[code]
                        ^
1     F821 undefined name '_ALIASES'
1
@nijel nijel self-assigned this Nov 11, 2018
@nijel nijel added this to the 3.3 milestone Nov 11, 2018
@nijel nijel added the bug Something is broken. label Nov 11, 2018
@nijel nijel closed this as completed in c4c939c Nov 11, 2018
@nijel
Copy link
Member

nijel commented Nov 11, 2018

Thank you for your report, the issue you have reported has just been fixed.

  • In case you see problem with the fix, please comment on this issue.
  • In case you see similar problem, please open separate issue.
  • If you are happy with the outcome, consider supporting Weblate by donating.

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

No branches or pull requests

2 participants