We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e6064 commit 36cb789Copy full SHA for 36cb789
pytest_twisted.py
@@ -211,8 +211,8 @@ def stop_twisted_greenlet():
211
try:
212
_instances.reactor.stop()
213
except error.ReactorNotRunning:
214
- # Sometimes the reactor is stopped before we get here. For example, this can
215
- # happen in response to a SIGINT in some cases.
+ # Sometimes the reactor is stopped before we get here. For
+ # example, this can happen in response to a SIGINT in some cases.
216
pass
217
_instances.gr_twisted.switch()
218
0 commit comments