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

[BUG] openms/unimod.py #130

Closed
fabianegli opened this issue Jun 7, 2022 · 1 comment · Fixed by #148
Closed

[BUG] openms/unimod.py #130

fabianegli opened this issue Jun 7, 2022 · 1 comment · Fixed by #148

Comments

@fabianegli
Copy link
Collaborator

UnimodDatabase.modifications is a list but gets treated as if it was a dict.

pylint --disable all --enable E sdrf_pipelines
************* Module sdrf_pipelines.openms.unimod
sdrf_pipelines/openms/unimod.py:109:10: E1101: Instance of 'list' has no 'get' member (no-member)
sdrf_pipelines/openms/unimod.py:119:13: E1101: Instance of 'list' has no 'keys' member (no-member)
sdrf_pipelines/openms/unimod.py:126:10: E1101: Instance of 'list' has no 'get' member (no-member)
sdrf_pipelines/openms/unimod.py:139:10: E1101: Instance of 'list' has no 'get' member (no-member)
@ypriverol
Copy link
Member

Already tackle in #148

@ypriverol ypriverol linked a pull request Sep 4, 2023 that will close this issue
3 tasks
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

Successfully merging a pull request may close this issue.

2 participants