summaryrefslogtreecommitdiff
path: root/src/projManagement/Validation.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/projManagement/Validation.py')
-rw-r--r--src/projManagement/Validation.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/projManagement/Validation.py b/src/projManagement/Validation.py
index a9da3101..323b509c 100644
--- a/src/projManagement/Validation.py
+++ b/src/projManagement/Validation.py
@@ -12,7 +12,7 @@
# BUGS: ---
# NOTES: ---
# AUTHOR: Fahim Khan, fahim.elex@gmail.com
-# ORGANIZATION: ecSim team at FOSSEE, IIT Bombay.
+# ORGANIZATION: eSim team at FOSSEE, IIT Bombay.
# CREATED: Wednesday 12 February 2015
# REVISION: ---
#===============================================================================
@@ -45,9 +45,7 @@ class Validation:
if os.path.exists(projDir):
return "CHECKEXIST" #Project with name already exist
else:
-
#Check Proper name for project. It should not have space
-
if re.search(r"\s",projDir ):
return "CHECKNAME"
else: