From a8e85d2aaf907bf23f9b621648c603d6855bc6ef Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Wed, 18 Dec 2024 06:54:52 +0100 Subject: [PATCH] Message improvement --- python/hopsworks_common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/hopsworks_common/connection.py b/python/hopsworks_common/connection.py index 71efab090..d2650f671 100644 --- a/python/hopsworks_common/connection.py +++ b/python/hopsworks_common/connection.py @@ -440,7 +440,7 @@ def _provide_project(self, name=None): except RestAPIError as e: if e.response.error_code == 403 and e.error_code == 320004: print( - 'API key does not include "SERVING" scope, the related functionality will be disabled.' + 'The used API key does not include "SERVING" scope, the related functionality will be disabled.' ) _logger.debug(f"The ignored exception: {e}") else: