Skip to content

Commit e265d91

Browse files
authored
Update validate_mod_json.py
1 parent 6c16569 commit e265d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/validate_mod_json.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
continue
3737

3838
try:
39-
filecontent = response.read().decode("utf-8")
39+
filecontent = response.read().decode("utf-8")
4040
jstyleson.load(StringIO(filecontent))
4141
print(f"✅ JSON valid")
4242
except Exception as err:

0 commit comments

Comments
 (0)