Skip to content

Commit a6d5cc0

Browse files
Luca Fiaschiparthea
Luca Fiaschi
authored andcommitted
fix: Propagate command line arguments
1 parent 9dfd106 commit a6d5cc0

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)