Skip to content

Commit

Permalink
Merge pull request #105 from dkuschmierz/master
Browse files Browse the repository at this point in the history
Update master.py
  • Loading branch information
christoph2 committed Jul 2, 2022
2 parents 9d37f4b + 411948c commit 9121e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxcp/master/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ def _block_downloader(self, data: bytes, dl_func=None, dl_next_func=None, minSt=
delay(minSt)

@wrapped
def download(self, data: bytes, blockModeLength=None):
def download(self, data: bytes, blockModeLength=None, **kwargs):
"""Transfer data from master to slave.
Parameters
Expand Down

0 comments on commit 9121e69

Please sign in to comment.