tehmaze-labs / modem

XMODEM, YMODEM and ZMODEM implementations in Python
22 stars 32 forks source link

retry undefined in xmodem._wait_recv(self, error_count, timeout) #3

Open ApiumJacob opened 2 years ago

ApiumJacob commented 2 years ago

Issue in head of multi_protocol branch

ApiumJacob commented 2 years ago

I've worked around this issue by making a local retry = 16 at the top of the function, but it seems like it should be passed in or be global to the class.