-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add generate netlist routine #50
Conversation
a51fc9c
to
ac571a4
Compare
time.sleep(0.5) | ||
continue | ||
|
||
return pcb_json["component_instances"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the retries are ever exhausted, this line will raise UnboundLocalError: local variable 'pcb_json' referenced before assignment
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point - I'm working on improving error handling. I'll add that change.
Depends on #48 ✅
Depends on https://github.com/AllSpiceIO/crysknife/pull/691 ✅
Largely derived from the BOM generation, but I keep it a bit simpler here.