diff options
Diffstat (limited to 'src/projManagement')
-rw-r--r-- | src/projManagement/newProject.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/projManagement/newProject.py b/src/projManagement/newProject.py index 70ff5789..92e90742 100644 --- a/src/projManagement/newProject.py +++ b/src/projManagement/newProject.py @@ -36,9 +36,11 @@ class NewProjectInfo(QtGui.QWidget): def createProject(self, projName): """ - This function create Project related directories and files + This function create Project related directories and files. Before creating also validates using the `Validation` class - Validation codes - + + Validation codes + - VALID - CHECKEXIST - CHECKNAME |