tehmaze-labs / modem

XMODEM, YMODEM and ZMODEM implementations in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ApiumJacob opened this issue · comments

Probably should be error.ERROR_SEND_EOT which is defined.

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

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>')