We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206f5e1 commit f2a5124Copy full SHA for f2a5124
python/hopsworks/__init__.py
@@ -341,7 +341,7 @@ def _get_cached_api_key_path():
341
342
def _prompt_project(valid_connection, project, is_app):
343
if project is None:
344
- if is_app:
+ if True:
345
print("on app")
346
# On Serverless we filter out projects owned by other users to make sure automatic login
347
# without a prompt still happens when users add showcase projects created by other users
0 commit comments