Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tehmaze/xmodem
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed May 23, 2017
2 parents f4d79eb + 13f7559 commit aed6428
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xmodem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ def recv(self, stream, crc_mode=1, retry=16, timeout=60, delay=1, quiet=0):
data = self.getc(1, timeout=1)
if data is None:
break
assert False, data
self.putc(NAK)
# get next start-of-header byte
char = self.getc(1, timeout)
Expand Down

0 comments on commit aed6428

Please sign in to comment.