Skip to content

Commit

Permalink
Message improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
aversey committed Dec 18, 2024
1 parent 7bc2b26 commit a8e85d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/hopsworks_common/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a8e85d2

Please sign in to comment.