We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pool/*.db*
I try to create PDFs and Gerbers of my projects using GitHub Actions and the Horizon EDA Python module.
According to the .gitignore Horizon creates for new projects, the database files pool/*.db* don't become part of the GIT repo.
.gitignore
When opening the clean project with Horizon, these database files are recreated.
When opening the clean project with the python module it just crashes with the error message:
>>> prj.open_top_schematic() Traceback (most recent call last): File "<stdin>", line 1, in <module> OSError: unable to open database file
Am I doing things wrong?
The text was updated successfully, but these errors were encountered:
fix(pcb): add pool databases for EMSD generator
ed9c055
horizon-eda/horizon#757
No branches or pull requests
I try to create PDFs and Gerbers of my projects using GitHub Actions and the Horizon EDA Python module.
According to the
.gitignore
Horizon creates for new projects, the database filespool/*.db*
don't become part of the GIT repo.When opening the clean project with Horizon, these database files are recreated.
When opening the clean project with the python module it just crashes with the error message:
Am I doing things wrong?
The text was updated successfully, but these errors were encountered: