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

Python module cannot open top schematic if pool/*.db* is missing #757

Open
jue89 opened this issue Nov 7, 2023 · 0 comments
Open

Python module cannot open top schematic if pool/*.db* is missing #757

jue89 opened this issue Nov 7, 2023 · 0 comments

Comments

@jue89
Copy link

jue89 commented Nov 7, 2023

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.

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?

jue89 added a commit to jue89/FlexIOn that referenced this issue Nov 8, 2023
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

1 participant