Skip to content

Commit

Permalink
print to STDOUT score status
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed May 1, 2024
1 parent db1a018 commit c87a56a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions score.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def main():
}
with open(args.output, "w", encoding="utf-8") as out:
out.write(json.dumps(res))
print(status)


if __name__ == "__main__":
Expand Down

0 comments on commit c87a56a

Please sign in to comment.