Fabian Deutsch has uploaded a new change for review. Change subject: utils: Pylint fix ......................................................................
utils: Pylint fix Change-Id: I95f3bb886b356c3074b07a0b3a593fddb83501d9 Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/utils/input.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/10/18710/1 diff --git a/src/ovirt/node/utils/input.py b/src/ovirt/node/utils/input.py index 4ffe873..9785952 100644 --- a/src/ovirt/node/utils/input.py +++ b/src/ovirt/node/utils/input.py @@ -19,7 +19,7 @@ # MA 02110-1301, USA. A copy of the GNU General Public License is # also available at http://www.gnu.org/copyleft/gpl.html. -# pylint: disable-msgs=E1101,E1102 +# pylint: disable-msg=E1101,E1102 from ovirt.node import base import logging -- To view, visit http://gerrit.ovirt.org/18710 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I95f3bb886b356c3074b07a0b3a593fddb83501d9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
