Skip to content

Commit

Permalink
Drop uneeded parent cs cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Aug 4, 2020
1 parent f285265 commit 894b997
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tractor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ async def _main(
else:
# start this local actor as the arbiter
actor = Arbiter(
name or 'arbiter', arbiter_addr=arbiter_addr, **kwargs)
name or 'arbiter',
arbiter_addr=arbiter_addr,
**kwargs
)

# ``Actor._async_main()`` creates an internal nursery if one is not
# provided and thus blocks here until it's main task completes.
Expand Down

0 comments on commit 894b997

Please sign in to comment.