Ryan Harper has posted comments on this change. Change subject: Fix pylint error in BindingXMLPRC ......................................................................
Patch Set 1: Used pylint on vdsm head on a f16 host. I picked up most of the easy ones. There are quite a number of 'not a member of' or 'Instance of X has no member' which I don't think are failures, but rather the fact that pylint isn't aware of the dynamic association. I ran across this blog post: http://www.logilab.org/blogentry/78354 and it does seem like quite a bit of work to "teach" pylint about the dynamic nature of the objects. I've build tested the patch series (via autobuild.sh which runs the python-nose tests) on a f16 64-bit host) but I've not installed and used engine or anything else to drive the changes. -- To view, visit http://gerrit.ovirt.org/3437 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I957bc2b6aff62ac0e450a8e712384acf0e7adbd8 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Ryan Harper <[email protected]> Gerrit-Reviewer: Ryan Harper <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://fedorahosted.org/mailman/listinfo/vdsm-patches
