We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b937c commit df3bdecCopy full SHA for df3bdec
bin/json_tests_workflow.py
@@ -49,7 +49,7 @@ def main():
49
# Read the file content
50
draft = file.split('/')[1]
51
52
- urls = json.loads(repo.get_contents("specification_urls.json").decoded_content.decode('utf-8'))
+ urls = json.loads(repo.get_contents("bin/specification_urls.json").decoded_content.decode('utf-8'))
53
54
changed_file_content = repo.get_contents(file).decoded_content.decode('utf-8')
55
# Parse JSON content
0 commit comments