Alon Bar-Lev has posted comments on this change. Change subject: configfile.py utility for common config file editing operations. ......................................................................
Patch Set 6: (1 comment) http://gerrit.ovirt.org/#/c/27129/6/lib/vdsm/tool/configfile.py File lib/vdsm/tool/configfile.py: Line 203: return self.wrapped.getint('root', option) Line 204: Line 205: def read(self, path): Line 206: wrap = '[root]\n' + open(path, 'r').read() Line 207: wrap = StringIO.StringIO(wrap) > Done. try: u'[root]\n' + f.read().decode('utf-8') -- To view, visit http://gerrit.ovirt.org/27129 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If8c7ae2b562650e403fc39024f3531d44b2b9c4f Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: mooli tayer <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: mooli tayer <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
