tehmaze-labs / modem

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

xmodem.py error.DEBUG_SEND_EOT missing referance (multi_protocol branch) #7

Open ApiumJacob opened 2 years ago

ApiumJacob commented 2 years ago

Probably should be error.ERROR_SEND_EOT which is defined.

ApiumJacob commented 2 years ago

renamed error.DEBUG_SEND_EOT to error.ERROR_SEND_EOT to workaround this issue.

ApiumJacob commented 2 years ago

This really should be called error.DEBUG_SEND_EOT otherwise it looks like there is an error when the fill transfer is successful. Added to error.py

DEBUG_SEND_EOT       = _('Send <EOT>')