Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in build.py? #18

Open
parasxos opened this issue Sep 28, 2020 · 1 comment
Open

Bug in build.py? #18

parasxos opened this issue Sep 28, 2020 · 1 comment

Comments

@parasxos
Copy link

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

@andreas-buerkler-enclustra
Copy link
Contributor

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'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants