Michael Pasternak has uploaded a new change for review. Change subject: cli: do not load/save example_config. file ......................................................................
cli: do not load/save example_config. file Change-Id: I436c2990ca89c54059b5ae80cfaa63a30d27fb6c Signed-off-by: Michael Pasternak <[email protected]> --- M src/cli/context.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/03/7803/1 diff --git a/src/cli/context.py b/src/cli/context.py index 93d9d6b..5802418 100644 --- a/src/cli/context.py +++ b/src/cli/context.py @@ -64,7 +64,7 @@ self.parser = create(self.Parser) self.terminal = create(self.Terminal) self._setup_logging() - self._load_settings() +# self._load_settings() self.setup_commands() self.mode = ExecutionMode.SHELL -- To view, visit http://gerrit.ovirt.org/7803 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I436c2990ca89c54059b5ae80cfaa63a30d27fb6c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
