We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19a200 commit a61fab6Copy full SHA for a61fab6
1 file changed
.github/scripts/tla_utils.py
@@ -51,7 +51,7 @@ def load_all_manifests(examples_root):
51
"""
52
return [
53
load_json(manifest_path)
54
- for manifest_path in glob.glob(f'specifications/*/manifest.json', root_dir=examples_root)
+ for manifest_path in glob.glob(from_cwd(examples_root, 'specifications/*/manifest.json'))
55
]
56
57
def write_json(data, path):
0 commit comments