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