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 | |
parent | afa8ebe1e94c854383edd0ab205d1ae3ca869260 (diff) | |
download | eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.tar.gz eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.tar.bz2 eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.zip |
pep8 compliant
Diffstat (limited to 'src/projManagement')
-rw-r--r-- | src/projManagement/Kicad.py | 2 | ||||
-rw-r--r-- | src/projManagement/Validation.py | 2 | ||||
-rw-r--r-- | src/projManagement/Worker.py | 4 |
3 files changed, 4 insertions, 4 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()[:] diff --git a/src/projManagement/Validation.py b/src/projManagement/Validation.py index b2d568e4..23a66416 100644 --- a/src/projManagement/Validation.py +++ b/src/projManagement/Validation.py @@ -38,7 +38,7 @@ class Validation: projName.proj file exists or not @params - :projDir => contains the path of the project folder selected to open + :projDir => contains the path of the project selected to open @return True => If the folder contains the projName.proj file diff --git a/src/projManagement/Worker.py b/src/projManagement/Worker.py index e523b533..8ced35a7 100644 --- a/src/projManagement/Worker.py +++ b/src/projManagement/Worker.py @@ -60,10 +60,10 @@ class WorkerThread(QtCore.QThread): and is called to check if project's schematic is open or not. @params - + @return :self.my_workers - """ + """ return self.my_workers def run(self): |