Skip to content

Commit a61fab6

Browse files
committed
Load manifests from outside examples repo
Signed-off-by: Andrew Helwer <ahelwer@pm.me>
1 parent c19a200 commit a61fab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/tla_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def load_all_manifests(examples_root):
5151
"""
5252
return [
5353
load_json(manifest_path)
54-
for manifest_path in glob.glob(f'specifications/*/manifest.json', root_dir=examples_root)
54+
for manifest_path in glob.glob(from_cwd(examples_root, 'specifications/*/manifest.json'))
5555
]
5656

5757
def write_json(data, path):

0 commit comments

Comments
 (0)