8000 changeset d610ccd causes KeyError: 'get' · Issue #438 · python-mode/python-mode · GitHub
[go: up one dir, main page]

Skip to content
8000

changeset d610ccd causes KeyError: 'get' #438

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

Closed
diefans opened this issue Jun 11, 2014 · 1 comment
Closed

changeset d610ccd causes KeyError: 'get' #438

diefans opened this issue Jun 11, 2014 · 1 comment

Comments

@diefans
Copy link
diefans commented Jun 11, 2014
Error detected while processing function pymode#lint#check:
line   11:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/olli/.vim/bundle/python-mode/pymode/lint.py", line 56, in code_check
    errors = sorted(errors, key=__sort)
  File "/home/olli/.vim/bundle/python-mode/pymode/lint.py", line 50, in __sort
    return sort_rules.index(e.get('type'))
  File "/home/olli/.vim/bundle/python-mode/pymode/libs/pylama/errors.py", line 55, in __getattr__
    return self._info[name]
KeyError: 'get'
@klen klen closed this as completed in ca0078b Jun 11, 2014
@klen
Copy link
Collaborator
klen commented Jun 11, 2014

My mistake. Fixed in develop version.

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
0