sifive / wit

Workspace Integration Tool
Apache License 2.0
23 stars 13 forks source link

Add log line to read_manifest #216

Closed mmjconolly closed 4 years ago

mmjconolly commented 4 years ago

If someone has a manually modified manifest file, they otherwise would get a stacktrace if it's not valid json.

jackkoenig commented 4 years ago

It's failing lint because it expected tabbing to be a multiple of 4

mmjconolly commented 4 years ago

I'm thinking I should go put a wrapper around all the json.loads and related functions, rather than just this one

jackkoenig commented 4 years ago

I'm thinking I should go put a wrapper around all the json.loads and related functions, rather than just this one

That would probably be best