We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba4b93 commit 3983452Copy full SHA for 3983452
src/codeflare_sdk/cluster/cluster.py
@@ -70,9 +70,7 @@ def create_app_wrapper(self):
70
if self.config.namespace is None:
71
self.config.namespace = get_current_namespace()
72
73
- print(
74
- "Unable to find current namespace please specify with namespace=<your_current_namespace>"
75
- )
+ print("Please specify with namespace=<your_current_namespace>")
76
elif type(self.config.namespace) is not str:
77
raise TypeError(
78
f"Namespace {self.config.namespace} is of type {type(self.config.namespace)}. Check your Kubernetes Authentication."
0 commit comments