Skip to content

Fix formatting errors in check_vector json uploads

Geoffrey Mo requested to merge (removed):correct-jsons into master

Resolves #58 (closed). The issue with the malformed list of links in the json report came from an errant comma which caused json.dumps() to see it as a member of a list, creating another list to encapsulate it.

Edited by Geoffrey Mo

Merge request reports