Skip to content

Commit

Permalink
Change old ._debug._pause() name, cherry to #362 re greenback
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Oct 18, 2023
1 parent fcc8cee commit 215fec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tractor/devx/_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ def pause_from_sync() -> None:
# waiting.. not the most ideal but works for now ;)
greenback.await_(
actor._service_n.start(partial(
_pause,
pause,
debug_func=None,
# release_lock_signal=task_can_release_tty_lock,
))
Expand Down

0 comments on commit 215fec1

Please sign in to comment.