Skip to content

Commit

Permalink
repair bad merge in _run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsheridan committed Sep 3, 2023
1 parent 97da11f commit d3a5cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trio/_core/_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,7 @@ class GuestState:
unrolled_run_next_send: Outcome[Any] = attr.ib(factory=_value_factory)

def guest_tick(self) -> None:
prev_library, sniffio_library.name = sniffio_library.name, "trio"
try:
timeout = self.unrolled_run_next_send.send(self.unrolled_run_gen)
except StopIteration:
Expand Down

0 comments on commit d3a5cb1

Please sign in to comment.