Change in vdsm[master]: Make the event object per instance instead of per class

fsimonce at redhat.com fsimonce at redhat.com
Thu Mar 29 12:18:26 UTC 2012


Federico Simoncelli has posted comments on this change.

Change subject: Make the event object per instance instead of per class
......................................................................


Patch Set 2: I would prefer that you didn't submit this

(1 inline comment)

....................................................
File vdsm/storage/securable.py
Line 45:                 f(self, *args, **kwargs)
This is wrong, you shouldn't use self (it's already bound):

 f(*args, **kwargs)

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia74e13d8cf719beba13f55b30501bda24aa8ade5
Gerrit-PatchSet: 2
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>


More information about the vdsm-patches mailing list