Documented bugs in KiCad v6 RC1 affecting KiBot

This commit is contained in:
Salvador E. Tropea 2021-12-27 14:11:02 -03:00
parent 115c8b6913
commit 0569beff33
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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