mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-24 06:53:43 +01:00
This isn't javascript. s/,/%/
This commit is contained in:
parent
6000887201
commit
560cd7a58f
|
|
@ -344,7 +344,7 @@ class MatrixUnits(Units):
|
||||||
for path in paths:
|
for path in paths:
|
||||||
is_v2 = (path == V2_CLIENT_API)
|
is_v2 = (path == V2_CLIENT_API)
|
||||||
if not os.path.exists(V2_CLIENT_API):
|
if not os.path.exists(V2_CLIENT_API):
|
||||||
self.log("Skipping v2 apis: %s does not exist.", V2_CLIENT_API)
|
self.log("Skipping v2 apis: %s does not exist." % V2_CLIENT_API)
|
||||||
continue
|
continue
|
||||||
for filename in os.listdir(path):
|
for filename in os.listdir(path):
|
||||||
if not filename.endswith(".yaml"):
|
if not filename.endswith(".yaml"):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue