diff options
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): |