Skip to content

Commit

Permalink
result json
Browse files Browse the repository at this point in the history
  • Loading branch information
Amber201604 committed Apr 21, 2020
1 parent 239138d commit e83f0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
solution = sys.argv[3]
solverout = sys.argv[4]
f = open(solverout, 'r')
print(f.read())
print(json.dumps(f.read()))
f.close()

except Exception:
Expand Down

0 comments on commit e83f0b2

Please sign in to comment.