[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Some *real* issues reported by PyChecker, where I'm not sure how to fix them
- From: Hans de Goede <hdegoede redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Some *real* issues reported by PyChecker, where I'm not sure how to fix them
- Date: Wed, 29 Oct 2008 13:10:13 +0100
Hi All,
$SUBJECT:
partedUtils.py:1143: No module attribute (formatException) found
Note this one is fixed in RHEL-5 by simply only doing the removeDisk() and the
raise (so by not printing a backtrace)
text.py:161: No class attribute (scpNameEntry) found
text.py:162: No class attribute (scpPasswordEntry) found
text.py:163: No class attribute (scpHostEntry) found
text.py:164: No class attribute (scpDestEntry) found
text.py:169: No class attribute (scpNameEntry) found
text.py:170: No class attribute (scpPasswordEntry) found
text.py:171: No class attribute (scpHostEntry) found
text.py:172: No class attribute (scpDestEntry) found
text.py:177: No class attribute (scpNameEntry) found
text.py:178: No class attribute (scpPasswordEntry) found
text.py:179: No class attribute (scpHostEntry) found
text.py:180: No class attribute (scpDestEntry) found
text.py:192: No class attribute (scpNameEntry) found
text.py:193: No class attribute (scpPasswordEntry) found
text.py:194: No class attribute (scpHostEntry) found
text.py:195: No class attribute (scpDestEntry) found
I think this is some old cruft and we should just nuke all these lines, but I'm
not sure.
Regards,
Hans
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]