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 5cf6c39 commit cfcd387Copy full SHA for cfcd387
tests/validate_schema.py
@@ -19,7 +19,6 @@
19
20
for game in progressbar.progressbar(games_list, redirect_stdout=True):
21
n += 1
22
- print(f"Validating {game}..")
23
with open(f"../entries/{game}/game.json") as f:
24
game_metadata = json.load(f)
25
try:
0 commit comments