From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has submitted this change and it was merged. ( https://gerrit.ovirt.org/80213 )
Change subject: tool.service: avoid execCmd(raw=False) ...................................................................... tool.service: avoid execCmd(raw=False) tool.service.execCmd has raw=True as its default,but two places we use raw=False to split lines in command output. However, we concatenate these lines immediately afterwards, or ignore them. Change-Id: I7530451496c41d1f3568e263f1087a92a8f0f3bb Signed-off-by: Dan Kenigsberg <[email protected]> --- M lib/vdsm/tool/service.py 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Piotr Kliczewski: Looks good to me, approved Jenkins CI: Passed CI tests Dan Kenigsberg: Verified -- To view, visit https://gerrit.ovirt.org/80213 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7530451496c41d1f3568e263f1087a92a8f0f3bb Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Irit Goihman <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
