Skip to content

Commit f2a5124

Browse files
committed
mimic app
1 parent 206f5e1 commit f2a5124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/hopsworks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def _get_cached_api_key_path():
341341

342342
def _prompt_project(valid_connection, project, is_app):
343343
if project is None:
344-
if is_app:
344+
if True:
345345
print("on app")
346346
# On Serverless we filter out projects owned by other users to make sure automatic login
347347
# without a prompt still happens when users add showcase projects created by other users

0 commit comments

Comments
 (0)