-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Filename containing "." is not correctly processed #409
Comments
I think this can be fixed by changing fabrication.py in 3 places as follows
Tested and working here. |
Submitted PR #410 |
Hey, thanks for pointing this out! I've seen your issue and was about to take care of it but realized you already closed the issue. |
I closed it because I submitted a PR. Happy for you to reopen it if that helps. Thanks for your hard work on this plugin. |
@tjfsteele Have you seen the review request I made in the PR? |
I can't see any review requests on #410 |
I've replaced it for you. Thanks for your PR anyways 👍🏽 |
Describe the bug
If the project filename contains a "." e.g. V1.3 then it gets truncated after the "." so generated files end in V1 instead of V1.3
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Filename should be preserved
KiCad Version
The text was updated successfully, but these errors were encountered: