You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First of all, awesome work, I'm currently using your project inside of another python script, so I'm not using it directly from the command line. But I was super excited when I found this repo!
Hence, I do want to have some flexibility when it comes to the placement of files. First snag I hit was the assumption that the stackup.json file is found under fab/stackup.json. This is generally not an issue but I've opened a PR to put this as a default argument instead of a constant in the function.
I couldn't find any more issues, but if I do I'll try to fix them and contribute back.