Skip to content

Commit b161ca9

Browse files
author
Luca Fiaschi
committed
fix: Propagate command line arguments
1 parent 6da5715 commit b161ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_gbq/gbq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def get_user_account_credentials(self):
231231
credentials = storage.get()
232232

233233
if credentials is None or credentials.invalid or self.reauth:
234-
credentials = run_flow(flow, storage, argparser.parse_args([]))
234+
credentials = run_flow(flow, storage, argparser.parse_args())
235235

236236
return credentials
237237

0 commit comments

Comments
 (0)