mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 16:13:44 +00:00
Remove warning severity override
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19573
This commit is contained in:
parent
79419ef2f0
commit
c13af4ed36
@ -33,7 +33,6 @@
|
||||
%pythoncode
|
||||
{
|
||||
import warnings
|
||||
warnings.filterwarnings("default", category=DeprecationWarning, module=__name__)
|
||||
warnings.warn("The SWIG-based Python interface to the PCB editor is deprecated and will be removed "
|
||||
"in a future version of KiCad. Please plan to move to the new IPC API and/or make "
|
||||
"use of the kicad-cli tool for your KiCad automation needs.",
|
||||
|
Loading…
Reference in New Issue
Block a user