Hi, I've been running pylint on a subset of anaconda: booty storage iw/*.py platform.py I plan to extend the part of anaconda it runs on soon, and when I've got it to fully cover anaconda I'll submit a patch for adding my pylint running scripts to the git tree. For now I would like you all to look at the attached pylint errors I did not resolve myself, and tell me if they are false positives or not. Thanks, Hans
************* Module storage.udev E0602:126:udev_parse_block_entry: Undefined variable 'udev_parse_entry' ************* Module storage.formats.luks F0401: 28: Unable to import 'volume_key' ************* Module storage.devicelibs.mpath E0602: 13:identifyMultipaths: Undefined variable 'log' E0602: 17:identifyMultipaths: Undefined variable 'udev_device_get_serial' E0602: 18:identifyMultipaths: Undefined variable 'udev_device_is_disk' E0602: 22:identifyMultipaths: Undefined variable 'log' E0602: 32:identifyMultipaths: Undefined variable 'log' E0602: 44:identifyMultipaths: Undefined variable 'log' E0602: 50:identifyMultipaths: Undefined variable 'log' E0602: 54:identifyMultipaths: Undefined variable 'log' E0602: 59:identifyMultipaths: Undefined variable 'log' E0602: 80:identifyMultipaths: Undefined variable 'log' ************* Module filter_gui E1101:161:FilteredCallbacks.reset: Instance of 'FilteredCallbacks' has no 'notebook' member E1101:165:FilteredCallbacks.set: Instance of 'FilteredCallbacks' has no 'notebook' member W0233:238:OtherCallbacks.__init__: __init__ method from a non direct base class 'FilteredCallbacks' is called W0231:237:OtherCallbacks.__init__: __init__ method from base class 'MPathCallbacks' is not called
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list