Skip to content

Commit 0beaf0f

Browse files
author
hackermd
committed
Fix typo of variable name
1 parent 49ea511 commit 0beaf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dicomweb_client/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def _get_gcp_session(self, service_account_key_file):
323323
)
324324
)
325325
credentials = service_account.Credentials.from_service_account_file(
326-
service_account_file
326+
service_account_key_file
327327
)
328328
scopes = ['https://www.googleapis.com/auth/cloud-platform', ]
329329
scoped_credentials = credentials.with_scopes(scopes)

0 commit comments

Comments
 (0)