You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using Kicad v5.1.7 and I'm getting the following error message:
Command error. Return code 1
Error messages:
Traceback (most recent call last):
File "C:\Program Files\KiCad\bin\scripting\plugins/bom_csv_jlcpcb.py", line 29, in
with open(sys.argv[2], 'w', newline='') as f:
TypeError: 'newline' is an invalid keyword argument for this function
The text was updated successfully, but these errors were encountered:
I'm currently using Kicad v5.1.7 and I'm getting the following error message:
Command error. Return code 1
Error messages:
Traceback (most recent call last):
File "C:\Program Files\KiCad\bin\scripting\plugins/bom_csv_jlcpcb.py", line 29, in
with open(sys.argv[2], 'w', newline='') as f:
TypeError: 'newline' is an invalid keyword argument for this function
The text was updated successfully, but these errors were encountered: