diff options
author | rahulp13 | 2020-02-14 17:21:28 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-14 17:21:28 +0530 |
commit | b173d88ac0059b67e60a042293b1e486c9620d8a (patch) | |
tree | 6d33534d5493ffda35afd1c7c26e50b5d2634367 /src/projManagement/Kicad.py | |
parent | afa8ebe1e94c854383edd0ab205d1ae3ca869260 (diff) | |
download | eSim-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.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()[:] |