Change in ovirt-engine-cli[cli_3.6]: cli: Base should be None when there is no base

Juan Hernandez has submitted this change and it was merged. Change subject: cli: Base should be None when there is no base ...................................................................... cli: Base should be None when there is no base Currently when a base object can't be found the 'resolve_base' method returns the starting point for the search, the 'connection' object. This is wrong, it should return 'None', as that is what callers expect. This patch fixes that issue. Change-Id: I971624874935ef7342cd7fb193783893fc7cdc84 Bug-Url: https://bugzilla.redhat.com/1383735 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> (cherry picked from commit 42080df2d9405e3f9577106b588c8a93b2220008) --- M src/ovirtcli/command/command.py 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/65437 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I971624874935ef7342cd7fb193783893fc7cdc84 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: cli_3.6 Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
juan.hernandez@redhat.com