We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c16569 commit e265d91Copy full SHA for e265d91
.github/validate_mod_json.py
@@ -36,7 +36,7 @@
36
continue
37
38
try:
39
- filecontent = response.read().decode("utf-8")
+ filecontent = response.read().decode("utf-8")
40
jstyleson.load(StringIO(filecontent))
41
print(f"✅ JSON valid")
42
except Exception as err:
0 commit comments