Antoni Segura Puimedon has posted comments on this change. Change subject: iproute2 binary wrapper ......................................................................
Patch Set 8: (1 inline comment) .................................................... File vdsm/ipwrapper.py Line 162: str += " table %s" % self.table Line 163: Line 164: return str Line 165: Line 166: def __iter__(self): I wouldn't add a base class for this two. The extra abstraction is not justified by the amount of possible code elimination. Line 167: for word in str(self).split(): Line 168: yield word Line 169: Line 170: -- To view, visit http://gerrit.ovirt.org/15335 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1d315c3294fd7f058cdc840dea329d91a658a304 Gerrit-PatchSet: 8 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Assaf Muller <[email protected]> Gerrit-Reviewer: Antoni Segura Puimedon <[email protected]> Gerrit-Reviewer: Assaf Muller <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Giuseppe Vallarelli <[email protected]> Gerrit-Reviewer: Livnat Peer <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
