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
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
In all these cases, the member does exist but it’s set in a strange way. This lint error is very powerful, so I want to make it useful. This issue is to eliminate the false positives so we can enable the message.
This warning basically says that there is no list of attributes that can be consulted, expecting that in __init__(). For this particular class there is a nice comment explaining all the attributes, but some of them are also set to None in __init__(). Probably should fix all these warnings.
The text was updated successfully, but these errors were encountered:
Split from #1860. Pylint:
We get E1101 quite a lot, e.g.:
charliecloud/lib/build_cache.py
Lines 360 to 362 in d679373
charliecloud/lib/build.py
Line 553 in d679373
In all these cases, the member does exist but it’s set in a strange way. This lint error is very powerful, so I want to make it useful. This issue is to eliminate the false positives so we can enable the message.
Similarly for W0201:
charliecloud/lib/build_cache.py
Lines 576 to 577 in d679373
This warning basically says that there is no list of attributes that can be consulted, expecting that in
__init__()
. For this particular class there is a nice comment explaining all the attributes, but some of them are also set toNone
in__init__()
. Probably should fix all these warnings.The text was updated successfully, but these errors were encountered: