From b173d88ac0059b67e60a042293b1e486c9620d8a Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Fri, 14 Feb 2020 17:21:28 +0530 Subject: pep8 compliant --- src/projManagement/Validation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/projManagement/Validation.py') 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 -- cgit