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

Tools indexing typo in excellon.py #224

Open
prolomb opened this issue Jul 26, 2022 · 0 comments
Open

Tools indexing typo in excellon.py #224

prolomb opened this issue Jul 26, 2022 · 0 comments

Comments

@prolomb
Copy link

prolomb commented Jul 26, 2022

Hi,
@phsilva and all,
Maybe I found a typo here

tool = tools[tools.keys()[0]]

Should this line be written as

tool = tools[list(tools.keys())[0]]

?

BR

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant