Skip to content

Commit 4945ffd

Browse files
committed
fixup the initial setup will crash the help page due to missing token
1 parent 195dfa3 commit 4945ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/aggregated.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def get_latest_cli_version() -> Tuple[Version, str]:
239239
httpx_client = BaseClient(AppConfig.Connections.url_fileops_greenroom)
240240
user_config = UserConfig()
241241
if not user_config.is_access_token_exists():
242-
return Version('0.0.0')
242+
return Version('0.0.0'), ''
243243

244244
headers = {'Authorization': 'Bearer'}
245245
response = httpx_client._get('v1/download/cli/presigned', headers=headers)

0 commit comments

Comments
 (0)