Skip to content

Commit

Permalink
Apply suggestions from review
Browse files Browse the repository at this point in the history
Co-authored-by: Eileen Kuehn <[email protected]>
  • Loading branch information
maxfischer2781 and eileen-kuehn authored Mar 24, 2022
1 parent 6d7c46a commit 68b8369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cobald/daemon/runners/base_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def run(self):
This method will continuously execute payloads sent to the runner.
It only returns when :py:meth:`stop` is called
or if any orphaned payload return or raise.
or if any orphaned payload returns or raises.
In the latter case, :py:exc:`~.OrphanedReturn` or the raised exception
is re-raised by this method.
Expand Down

0 comments on commit 68b8369

Please sign in to comment.