summaryrefslogtreecommitdiff
path: root/src/projManagement/Kicad.py
diff options
context:
space:
mode:
authorrahulp132020-02-14 17:21:28 +0530
committerrahulp132020-02-14 17:21:28 +0530
commitb173d88ac0059b67e60a042293b1e486c9620d8a (patch)
tree6d33534d5493ffda35afd1c7c26e50b5d2634367 /src/projManagement/Kicad.py
parentafa8ebe1e94c854383edd0ab205d1ae3ca869260 (diff)
downloadeSim-b173d88ac0059b67e60a042293b1e486c9620d8a.tar.gz
eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.tar.bz2
eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.zip
pep8 compliant
Diffstat (limited to 'src/projManagement/Kicad.py')
-rw-r--r--src/projManagement/Kicad.py2
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()[:]