summary refs log tree commit diff
path: root/synapse/util/patch_inline_callbacks.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-10 10:53:06 +0100
committerErik Johnston <erik@matrix.org>2019-10-10 10:53:06 +0100
commit1d6dd1c2944c22147258dda8ccf2777c68b38fba (patch)
tree575e81c28bdb7742979c116d6acba9f59552894f /synapse/util/patch_inline_callbacks.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/patch_inner (diff)
downloadsynapse-1d6dd1c2944c22147258dda8ccf2777c68b38fba.tar.xz
Move patch_inline_callbacks into synapse/
Diffstat (limited to '')
-rw-r--r--synapse/util/patch_inline_callbacks.py (renamed from tests/patch_inline_callbacks.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/patch_inline_callbacks.py b/synapse/util/patch_inline_callbacks.py

index a35a1d3305..4fb49b0b2b 100644 --- a/tests/patch_inline_callbacks.py +++ b/synapse/util/patch_inline_callbacks.py
@@ -105,7 +105,7 @@ def do_patch(): def _check_yield_points(f, changes, start_context): - """Wraps a generator that is about to passed to defer.inlineCallbacks + """Wraps a generator that is about to be passed to defer.inlineCallbacks checking that after every yield the log contexts are correct. """