KiBot/kiplot
Salvador E. Tropea 1dda835cc5 Removed some dead code about configurations.
_configure_plot_ctrl is called only for "layer" outputs, there is no
point trying to configure other formats.
Also some of the "configuration" were ridiculous calls with an assert
that only tested Python's sanity. Probably optimized out by python
compiler.
2020-05-25 19:23:11 -03:00
..
__init__.py Moved the module to the root and added a script named kiplot to call it from /usr/bin. 2020-03-10 14:49:18 -03:00
__main__.py Tunned flake8 and removed all unfiltered warnings and errors 2020-04-28 17:56:50 -03:00
__version__.py Bumped version to 0.2.4. 2020-05-19 12:14:06 -03:00
config_reader.py Tolerate config files without outputs 2020-05-20 10:36:28 -03:00
error.py Moved the module to the root and added a script named kiplot to call it from /usr/bin. 2020-03-10 14:49:18 -03:00
kiplot.py Removed some dead code about configurations. 2020-05-25 19:23:11 -03:00
log.py Made flake8 compliant 2020-03-22 20:16:57 -03:00
misc.py Adapted to kicad-automation-scripts 1.3.x 2020-05-19 12:09:19 -03:00
plot_config.py Added a catch for KiPlotConfigurationError errors and printed it with context. 2020-03-23 00:42:48 -03:00