Fabian Deutsch has submitted this change and it was merged. Change subject: Set plugin.__changes to Changeset on reset, not dict ......................................................................
Set plugin.__changes to Changeset on reset, not dict Setting it to an empty dict on on_ui_reset is unnecessary when Changeset is superset of dict, and some workflows rely on __changes being a changeset... Change-Id: I2e47c72686eda2dbf5e7d1657675ab7fe5469e0e Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1166036 Signed-off-by: Ryan Barry <[email protected]> --- M src/ovirt/node/plugins.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Fabian Deutsch: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/35404 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2e47c72686eda2dbf5e7d1657675ab7fe5469e0e Gerrit-PatchSet: 3 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
