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

Tools indexing typo in excellon.py #224

@prolomb

Description

@prolomb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions