Skip to content
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

Exceptions on round_tracks, solder mask expansion, trace clearance generator #71

Open
arnobert opened this issue Jan 6, 2025 · 0 comments

Comments

@arnobert
Copy link

arnobert commented Jan 6, 2025

I get the following error:

Exception on python action plugin code

Traceback (most recent call last):

File "/home/user/.local/share/kicad/8.0/scripting/plugins/RF-tools-KiCAD/trace_solder_expander/trace_solder_expander.py", line 150, in Run
pcbnew_window = find_pcbnew_w()

File "/home/usser/.local/share/kicad/8.0/scripting/plugins/RF-tools-KiCAD/trace_solder_expander/trace_solder_expander.py", line 57, in find_pcbnew_w
pcbneww = [w for w in windows if "pcbnew" in w.GetTitle().lower()]
^^^^^^^

TypeError: 'WindowList_iterator' object is not iterable

OS is Arch, KiCad V8.0.7

Tnx
Arno

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

No branches or pull requests

1 participant