Simulation results formatted incorrectly #56
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the current admin tool, we are running json.dumps(results) before inserting the data into the database which is adding escape characters. SQLAlchemy already inserts a json.dumps(), so we need to remove this. In addition, the API seems to be configured to handle this, but it is in fact a bug. The API needs to be modified to work with the correct results.
Closing this issue as it was fixed a while ago.