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

Remove trailing / for KiCad version >8.0.5 #82

Description

@rubenbaldewsing

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.

Metadata

Metadata

Labels

wontfixThis will not be worked on

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions