From 5b81faa997cc05fe5e8e42005ec0d959018b45ce Mon Sep 17 00:00:00 2001 From: andreika-git Date: Thu, 12 May 2022 16:55:27 +0300 Subject: [PATCH] python3 --- step2_copy_alphax_2ch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step2_copy_alphax_2ch.sh b/step2_copy_alphax_2ch.sh index fbb8de5..fa1db3a 100644 --- a/step2_copy_alphax_2ch.sh +++ b/step2_copy_alphax_2ch.sh @@ -1,6 +1,6 @@ #!/bin/bash cd hellen-one -python2.7 ./bin/copy_from_Kicad.py "frames:alphax_" ".." "../../gerber" "2ch" "c" +python3 ./bin/copy_from_Kicad.py "frames:alphax_" ".." "../../gerber" "2ch" "c" echo "Done!"