summary refs log tree commit diff
path: root/synapse/config/_util.py
diff options
context:
space:
mode:
authorBen Banfield-Zanin <benbz@matrix.org>2021-01-29 09:28:14 +0000
committerBen Banfield-Zanin <benbz@matrix.org>2021-01-29 09:28:14 +0000
commitbf2a7dcd3143a7a8acff94b839710f1e3df1fa30 (patch)
treeda713975cbe121c5327656d5d3814fcc56916a7a /synapse/config/_util.py
parentMerge remote-tracking branch 'origin/release-v1.25.0' into toml/keycloak_hints (diff)
parentUpdate debian changelog. (diff)
downloadsynapse-bf2a7dcd3143a7a8acff94b839710f1e3df1fa30.tar.xz
Merge remote-tracking branch 'origin/release-v1.26.0' into toml/keycloak_hints
Diffstat (limited to 'synapse/config/_util.py')
-rw-r--r--synapse/config/_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/_util.py b/synapse/config/_util.py

index 1bbe83c317..8fce7f6bb1 100644 --- a/synapse/config/_util.py +++ b/synapse/config/_util.py
@@ -56,7 +56,7 @@ def json_error_to_config_error( """ # copy `config_path` before modifying it. path = list(config_path) - for p in list(e.path): + for p in list(e.absolute_path): if isinstance(p, int): path.append("<item %i>" % p) else: