mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-28 00:43:42 +01:00
Review comments
This commit is contained in:
parent
3b7585cbda
commit
30d46a19d5
|
|
@ -268,7 +268,7 @@ class MatrixUnits(Units):
|
||||||
for table in req_tables[1:]:
|
for table in req_tables[1:]:
|
||||||
nested_key_name = [
|
nested_key_name = [
|
||||||
s["key"] for s in req_tables[0]["rows"] if
|
s["key"] for s in req_tables[0]["rows"] if
|
||||||
s["type"] == ("{%s}" % table["title"])
|
s["type"] == ("{%s}" % (table["title"],))
|
||||||
][0]
|
][0]
|
||||||
for row in table["rows"]:
|
for row in table["rows"]:
|
||||||
row["key"] = "%s.%s" % (nested_key_name, row["key"])
|
row["key"] = "%s.%s" % (nested_key_name, row["key"])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue