Skip to content

Commit 31e3899

Browse files
committed
handle kwargs here
1 parent f0be547 commit 31e3899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def wrapper(self, *args, **kwargs):
214214
else:
215215
raise ClientError("Missing login or password")
216216

217-
return f(self, *args)
217+
return f(self, *args, **kwargs)
218218

219219
return wrapper
220220

0 commit comments

Comments
 (0)