Dan Kenigsberg has submitted this change and it was merged. Change subject: rpc: Make Bridge#_type_fixup more robust ......................................................................
rpc: Make Bridge#_type_fixup more robust _type_fixup method assumed that all top-level arguments of rpc calls are dictionaries thus failing with arguments of type e.g. 'int'. This patch fixes this issues and only recurses deeper if the 'item' itself is a dictionary. Change-Id: I5871f6c08fe384f52bfa190a44290e2489f06981 Signed-off-by: Martin Betak <[email protected]> Reviewed-on: https://gerrit.ovirt.org/56811 Continuous-Integration: Jenkins CI Reviewed-by: Piotr Kliczewski <[email protected]> Reviewed-by: Francesco Romani <[email protected]> --- M lib/vdsm/rpc/Bridge.py 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Piotr Kliczewski: Looks good to me, approved Jenkins CI: Passed CI tests Martin Betak: Verified Francesco Romani: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/56811 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5871f6c08fe384f52bfa190a44290e2489f06981 Gerrit-PatchSet: 4 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Martin Betak <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Betak <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
