Skip to content

Commit 215fec1

Browse files
committed
Change old ._debug._pause() name, cherry to #362 re greenback
1 parent fcc8cee commit 215fec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tractor/devx/_debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ def pause_from_sync() -> None:
847847
# waiting.. not the most ideal but works for now ;)
848848
greenback.await_(
849849
actor._service_n.start(partial(
850-
_pause,
850+
pause,
851851
debug_func=None,
852852
# release_lock_signal=task_can_release_tty_lock,
853853
))

0 commit comments

Comments
 (0)