Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 14f4199

Browse files
authored
Update bigframes/_config/bigquery_options.py
1 parent a91fbe0 commit 14f4199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/_config/bigquery_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def _try_set_default_credentials_and_project(
169169
if self._project is None:
170170
self._project = credentials_project
171171

172-
return credentials, credentials_project
172+
return credentials, self._project
173173

174174
@property
175175
def credentials(self) -> google.auth.credentials.Credentials:

0 commit comments

Comments
 (0)