efabless / cace

Circuit Automatic Characterization Engine
https://cace.readthedocs.io/
Apache License 2.0
44 stars 6 forks source link

Corrected issue when "cace_read" is given an invalid filename. #10

Closed RTimothyEdwards closed 7 months ago

RTimothyEdwards commented 7 months ago

Corrected the issue where "cace_read" reports "file has no syntax issues" when the file does not exist. Caused by an incorrect return value from cace_read(). Also: Added a check for "no such file" when reading a JSON format file. Fixes issue #7.