Skip to content

Commit 7b40efe

Browse files
committed
Base path for neighbouring file?
1 parent 564e695 commit 7b40efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/annotation_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def print_github_action_notice(file, url):
77
print(f"::warning file={file},line=1::Annotation: {url}")
88

99
# Read specification URLs from JSON file
10-
with open("specification_urls.json", "r") as f:
10+
with open("bin/specification_urls.json", "r") as f:
1111
urls = json.load(f)
1212

1313
# Iterate through files in tests folder

0 commit comments

Comments
 (0)