You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
UnimodDatabase.modifications
is a list but gets treated as if it was a dict.The text was updated successfully, but these errors were encountered: