Use .json extension for emscripten-releases-tags.json. NFC (#870)

This commit is contained in:
Sam Clegg
2021-08-25 17:21:40 -07:00
committed by GitHub
parent 793557c615
commit 6a932246db
7 changed files with 16 additions and 16 deletions

View File

@@ -81,7 +81,7 @@ def hack_emsdk(marker, replacement):
# Set up
TAGS = json.loads(open('emscripten-releases-tags.txt').read())
TAGS = json.loads(open('emscripten-releases-tags.json').read())
# Tests