diff --git a/kibot/misc.py b/kibot/misc.py index 9ace338c..2dfbc810 100644 --- a/kibot/misc.py +++ b/kibot/misc.py @@ -53,7 +53,7 @@ error_level_to_name = ['NONE', 'SVG_SCH_PRINT', 'CORRUPTED_SCH', 'WRONG_INSTALL', - ] + ] CMD_EESCHEMA_DO = 'eeschema_do' URL_EESCHEMA_DO = 'https://github.com/INTI-CMNB/kicad-automation-scripts' CMD_PCBNEW_RUN_DRC = 'pcbnew_do'