frc-characterization icon indicating copy to clipboard operation
frc-characterization copied to clipboard

Replace ast.literal_eval() with json.load()

Open calcmogul opened this issue 4 years ago • 0 comments

This will give better error messages for malformed project config JSON. We can split on newlines and strip the # comments before passing the result to json.load().

calcmogul avatar Jan 22 '21 02:01 calcmogul