fix "Task pending" error message when closing odrivetool

This commit is contained in:
Samuel Sadok
2021-06-03 13:58:29 +02:00
parent 55de791e17
commit 4499dc3113
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ Please add a note of your changes below this heading if you make a Pull Request.
## [0.5.3] - unreleased
### Fixed
* ASCII protocol commands with multiline responses (`i`, `h`) now return the expected response (in v0.5.2 the response was corrupted)
* odrivetool no longer shows the message `<Task pending coro=... running at ...>` when closing
# Releases
## [0.5.2] - 2021-05-21
+1
View File
@@ -148,3 +148,4 @@ def launch_shell(args, mount,
interact()
shutdown_token[0] = True
discovery.stop()