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/Worker.py | |
parent | afa8ebe1e94c854383edd0ab205d1ae3ca869260 (diff) | |
download | eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.tar.gz eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.tar.bz2 eSim-b173d88ac0059b67e60a042293b1e486c9620d8a.zip |
pep8 compliant
Diffstat (limited to 'src/projManagement/Worker.py')
-rw-r--r-- | src/projManagement/Worker.py | 4 |
1 files changed, 2 insertions, 2 deletions
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): |