This isn't javascript. s/,/%/
This commit is contained in:
parent
6000887201
commit
560cd7a58f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue