diff options
Diffstat (limited to 'src/projManagement/Kicad.py')
-rw-r--r-- | src/projManagement/Kicad.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projManagement/Kicad.py b/src/projManagement/Kicad.py index 02695ef4..c522af56 100644 --- a/src/projManagement/Kicad.py +++ b/src/projManagement/Kicad.py @@ -50,7 +50,7 @@ class Kicad: @return True => If the project's schematic is not open - False => If the project's schematic is open + False => If the project's schematic is open """ if self.obj_workThread: procList = self.obj_workThread.get_proc_threads()[:] |