Skip to content

Commit cc7a4ff

Browse files
committed
added missing named arg
1 parent 44a9e26 commit cc7a4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapseclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ def login(
821821

822822
# Check version before logging in
823823
if not self.skip_checks:
824-
version_check(self.logger)
824+
version_check(logger=self.logger)
825825

826826
# Make sure to invalidate the existing session
827827
self.logout()

0 commit comments

Comments
 (0)