Dan Kenigsberg has submitted this change and it was merged. Change subject: Use deathSignal param only if exists ......................................................................
Use deathSignal param only if exists This allows to run py3 code that doesn't use deathSinal. otherwise each call to CPopen adds deathSignal parameter and which does not exists in Popen. Change-Id: I66fe048996394bb215b261571c24e7fdab62e88a Signed-off-by: Yaniv Bronhaim <[email protected]> Reviewed-on: https://gerrit.ovirt.org/61053 Reviewed-by: Nir Soffer <[email protected]> Continuous-Integration: Jenkins CI --- M lib/vdsm/commands.py 1 file changed, 6 insertions(+), 3 deletions(-) Approvals: Nir Soffer: Looks good to me, approved Yaniv Bronhaim: Verified Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/61053 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I66fe048996394bb215b261571c24e7fdab62e88a Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
