You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting this. I added this fix in the develop branch. If you clone the bsp-xilinx or bsp-altera repsitory, the enclustra.ini file should always be present, but if it was deleted, config.read is not returning 'None'.
Hello dear EBE team,
I had an issue with build.py
I needed to change line 206 from
if config.read(root_path + "/enclustra.ini") is None:
to
if len(config.read(root_path + "/enclustra.ini")) == 0:
Then it works as expected
The text was updated successfully, but these errors were encountered: