Skip to content
Snippets Groups Projects
Commit 821a67c6 authored by Krisjanis Rijnieks's avatar Krisjanis Rijnieks :lion_face:
Browse files

Use python3 instead of python in klc-check script

parent 8fd87012
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
cd kicad-library-utils/klc-check
python check_symbol.py ../../fab.kicad_sym
python3 check_symbol.py ../../fab.kicad_sym
FPS=$(ls ../../fab.pretty/*.kicad_mod)
for FP in ${FPS}
do
python check_footprint.py ${FP}
python3 check_footprint.py ${FP}
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment