Change in vdsm[master]: storageServer: Fix Mismatch initialization

danken at redhat.com danken at redhat.com
Tue Jan 6 13:59:51 UTC 2015


Dan Kenigsberg has posted comments on this change.

Change subject: storageServer: Fix Mismatch initialization
......................................................................


Patch Set 1: Code-Review+1

(2 comments)

http://gerrit.ovirt.org/#/c/36604/1/tests/storageServerTests.py
File tests/storageServerTests.py:

Line 1: #
Line 2: # Copyright 2014 Red Hat, Inc.
it's a new year!
Line 3: #
Line 4: # This program is free software; you can redistribute it and/or modify
Line 5: # it under the terms of the GNU General Public License as published by
Line 6: # the Free Software Foundation; either version 2 of the License, or


http://gerrit.ovirt.org/#/c/36604/1/vdsm/storage/storageServer.py
File vdsm/storage/storageServer.py:

Line 348:     class Mismatch(Exception):
Line 349: 
Line 350:         def __init__(self, fmt, *args):
Line 351:             self.fmt = fmt
Line 352:             self.args = args
;-)
Line 353: 
Line 354:         def __str__(self):
Line 355:             return self.fmt % self.args
Line 356: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic9593091c2da6c692f7fcbdd176835a1f2438417
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>
Gerrit-Reviewer: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list