diff --git a/crappy/__version__.py b/crappy/__version__.py index e6513b30..c915efe6 100644 --- a/crappy/__version__.py +++ b/crappy/__version__.py @@ -1,3 +1,3 @@ # coding: utf-8 -__version__ = '1.5.7' +__version__ = '1.5.8' diff --git a/crappy/tool/ft232h.py b/crappy/tool/ft232h.py index 941dd0f6..d0bae35e 100644 --- a/crappy/tool/ft232h.py +++ b/crappy/tool/ft232h.py @@ -2176,7 +2176,7 @@ def _send_server(self, command: Union[list, str]) -> Any: # The previous block is done controlling the server but the server # hasn't chosen the next block yet continue - # Even if the next_block event is set, only the chosen block is + # Even if the next_block event is set, only the chosen block # is allowed to communicate if self._namespace.current_block == self._block_number: # The other blocks will have to wait