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

Account for error message when one of the hierarchical sheets is missing #1

Open
seppestas opened this issue Jul 7, 2018 · 0 comments

Comments

@seppestas
Copy link
Member

seppestas commented Jul 7, 2018

When attempting to open a schematic sheet without all of it's hierarchical sheets being available in the filesystem, KiCad gives an error message stating "Failed to open `.sch'.

Pressing OK on this error message causes KiCad to successfully load the schematic sheet, but the export_schematic function times out because it get's stuck on the error message.

E.g:

output

An approach similar to ignoring the missing libraries message could be used to account for this.

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