forked from goodboy/tractor
Change spawn method name in `Actor.load_modules()`
parent
0936bdc592
commit
0b305fd78a
|
@ -256,7 +256,7 @@ class Actor:
|
|||
code (if it exists).
|
||||
"""
|
||||
try:
|
||||
if self._spawn_method == 'trio_run_in_process':
|
||||
if self._spawn_method == 'trio':
|
||||
parent_data = self._parent_main_data
|
||||
if 'init_main_from_name' in parent_data:
|
||||
_mp_fixup_main._fixup_main_from_name(
|
||||
|
|
Loading…
Reference in New Issue