Change in vdsm[master]: GuestIF Refactoring

fromani at redhat.com fromani at redhat.com
Mon Mar 17 09:02:32 UTC 2014


Francesco Romani has posted comments on this change.

Change subject: GuestIF Refactoring
......................................................................


Patch Set 4:

(1 comment)

http://gerrit.ovirt.org/#/c/24618/4/vdsm/guestIF.py
File vdsm/guestIF.py:

Line 42: class UnknownMessageError(Exception):
Line 43:     def __init__(self, msg, args):
Line 44:         Exception.__init__(self, 'Unknown or unsupported guest agent message '
Line 45:                                  '"%s" received with args "%s"' % (msg,
Line 46:                                                                    str(args)))
Please use super() here
Line 47: 
Line 48: 
Line 49: class MessageHandler(object):
Line 50:     def __init__(self, agent):


-- 
To view, visit http://gerrit.ovirt.org/24618
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib357d770a26ef1dc80b89a32bf6808551a7d622d
Gerrit-PatchSet: 4
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <vfeenstr at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list