Skip to content

Commit

Permalink
[ref] Updated the version of crappy to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
WeisLeDocto committed Jan 13, 2022
1 parent 8abf354 commit fc9057a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crappy/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# coding: utf-8

__version__ = '1.5.7'
__version__ = '1.5.8'
2 changes: 1 addition & 1 deletion crappy/tool/ft232h.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc9057a

Please sign in to comment.