Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Remove trailing / for KiCad version >8.0.5 #82

Open
ruben-iteng opened this issue Sep 27, 2024 · 0 comments
Open

Remove trailing / for KiCad version >8.0.5 #82

ruben-iteng opened this issue Sep 27, 2024 · 0 comments
Assignees
Labels
wontfix This will not be worked on

Comments

@ruben-iteng
Copy link
Collaborator

out_dir = temp_dir if temp_dir.endswith("/") else f"{temp_dir}/"

This should not be needed anymore from KiCad 8.0.5 onward

Both folder names with and without / are valid now so it is not really a bug to be fixed and we are backwards compatible now.

@ruben-iteng ruben-iteng added the wontfix This will not be worked on label Sep 27, 2024
@ruben-iteng ruben-iteng self-assigned this Sep 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant