Documented bugs in KiCad v6 RC1 affecting KiBot
This commit is contained in:
parent
115c8b6913
commit
0569beff33
|
|
@ -3,6 +3,7 @@
|
|||
# Copyright (c) 2021 Instituto Nacional de Tecnología Industrial
|
||||
# License: GPL-3.0
|
||||
# Project: KiBot (formerly KiPlot)
|
||||
# KiCad 6 bug: https://gitlab.com/kicad/code/kicad/-/issues/9890
|
||||
import os
|
||||
from glob import glob
|
||||
from shutil import rmtree
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
# Copyright (c) 2020-2021 Instituto Nacional de Tecnología Industrial
|
||||
# License: GPL-3.0
|
||||
# Project: KiBot (formerly KiPlot)
|
||||
# KiCad 6 bug: https://gitlab.com/kicad/code/kicad/-/issues/10075
|
||||
import re
|
||||
import os
|
||||
from glob import glob
|
||||
|
|
|
|||
Loading…
Reference in New Issue