Re-read the current sources (global + current schematic .ini) and apply.
()
| 174 | |
| 175 | |
| 176 | def reload() -> None: |
| 177 | """Re-read the current sources (global + current schematic .ini) and apply.""" |
| 178 | from . import project |
| 179 | load(project.ini_path()) |
| 180 | |
| 181 | |
| 182 | def apply_parser(cfg) -> None: |