#3513 pylint report errors in ipa-3-1 branch
Closed: Invalid None Opened 11 years ago by mkosek.

ipa-3-1 build now fails:

./make-lint 
ipa-client/ipaclient/ntpconf.py:185: [E1103, check_timedate_services] Instance of 'str' has no 'service_name' member (but some types could not be inferred)
ipa-client/ipaclient/ntpconf.py:200: [E1103, force_ntpd] Instance of 'str' has no 'service_name' member (but some types could not be inferred)
ipa-client/ipaclient/ntpconf.py:201: [E1103, force_ntpd] Instance of 'str' has no 'service_name' member (but some types could not be inferred)
ipa-client/ipaclient/ntpconf.py:204: [E1103, force_ntpd] Instance of 'str' has no 'stop' member (but some types could not be inferred)
ipa-client/ipaclient/ntpconf.py:207: [E1103, force_ntpd] Instance of 'str' has no 'disable' member (but some types could not be inferred)
ipa-client/ipaclient/ntpconf.py:222: [E1103, restore_forced_ntpd] Instance of 'str' has no 'enable' member (but some types could not be inferred)
ipa-client/ipaclient/ntpconf.py:224: [E1103, restore_forced_ntpd] Instance of 'str' has no 'start' member (but some types could not be inferred)
ipapython/platform/base/__init__.pyc:1: [E0611, AuthConfig] No name '__class__' in module '__builtin__'
ipapython/platform/base/__init__.pyc:1: [E0611, AuthConfig] No name '__new__' in module '__builtin__'
ipapython/platform/base/__init__.pyc:1: [E0611, AuthConfig] No name '__subclasshook__' in module '__builtin__'
ipapython/platform/base/__init__.pyc:1: [E0611, KnownServices] No name '__class__' in module '__builtin__'
ipapython/platform/base/__init__.pyc:1: [E0611, KnownServices] No name '__new__' in module '__builtin__'
ipapython/platform/base/__init__.pyc:1: [E0611, KnownServices] No name '__subclasshook__' in module '__builtin__'
ipapython/platform/base/__init__.pyc:1: [E0611, PlatformService] No name '__class__' in module '__builtin__'
ipapython/platform/base/__init__.pyc:1: [E0611, PlatformService] No name '__new__' in module '__builtin__'
ipapython/platform/base/__init__.pyc:1: [E0611, PlatformService] No name '__subclasshook__' in module '__builtin__'

Ok, this was just a garbage in my development tree, closing the ticket. Sorry for fuzz.

Moving to march, just to keep NEEDS_TRIAGE clean.

Note that this can happen if you do a make from the master branch, then switch to the ipa-3-1 branch and try to build.

Metadata Update from @mkosek:
- Issue assigned to jcholast
- Issue set to the milestone: FreeIPA 3.2 - 2013/03

7 years ago

Login to comment on this ticket.

Metadata