From b3ca476523ae4f8a60265eec34c790f99f574e2e Mon Sep 17 00:00:00 2001 From: Nabil Abdellaoui Date: Tue, 21 Sep 2021 12:06:33 -0400 Subject: [PATCH 1/2] Stack trace makes it look like an error --- sdk/python/kfp/_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/kfp/_client.py b/sdk/python/kfp/_client.py index 39a07d11077..e2f613e1660 100644 --- a/sdk/python/kfp/_client.py +++ b/sdk/python/kfp/_client.py @@ -201,7 +201,7 @@ def __init__(self, self.set_user_namespace(current_namespace) except FileNotFoundError: logging.info( - 'Failed to automatically set namespace.', exc_info=True) + 'Failed to automatically set namespace.', exc_info=False) def _load_config(self, host, client_id, namespace, other_client_id, other_client_secret, existing_token, proxy, ssl_ca_cert, From 075940624fa90e17f081b5e197057419a8b045b4 Mon Sep 17 00:00:00 2001 From: Nabil Abdellaoui Date: Fri, 24 Sep 2021 09:11:58 -0400 Subject: [PATCH 2/2] Update RELEASE.md --- sdk/RELEASE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/RELEASE.md b/sdk/RELEASE.md index 0def53a5a82..69ecdd7d435 100644 --- a/sdk/RELEASE.md +++ b/sdk/RELEASE.md @@ -12,6 +12,8 @@ ## Bug Fixes and Other Changes +* When namespace file is missing, remove stack trace so it doesn't look like an error [\#6590](https://github.com/kubeflow/pipelines/pull/6590) + ## Documentation Updates # 1.8.2