diff options
author | anjalijaiswal08 | 2019-06-27 11:02:57 +0530 |
---|---|---|
committer | anjalijaiswal08 | 2019-06-27 12:43:23 +0530 |
commit | 17e8d542ab9cb7c1c91fb2ef7c23ff8d556d4138 (patch) | |
tree | ffcd6bfbdd6bc2b3c608e19ddfde8b86b60ec320 /src/projManagement | |
parent | b6effcc4c38520de2459f428dd4c5dae1e76f71f (diff) | |
download | eSim-17e8d542ab9cb7c1c91fb2ef7c23ff8d556d4138.tar.gz eSim-17e8d542ab9cb7c1c91fb2ef7c23ff8d556d4138.tar.bz2 eSim-17e8d542ab9cb7c1c91fb2ef7c23ff8d556d4138.zip |
uploading subcircuit done
Diffstat (limited to 'src/projManagement')
-rw-r--r-- | src/projManagement/Validation.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/projManagement/Validation.py b/src/projManagement/Validation.py index d270da6e..f2d84314 100644 --- a/src/projManagement/Validation.py +++ b/src/projManagement/Validation.py @@ -28,7 +28,6 @@ or if new project name is already exist in workspace etc class Validation: - """ Takes as input the path of the project and checks if projName.proj file exists @@ -221,8 +220,6 @@ class Validation: word = line.split() if len(word) == 0 or word[0][0] == "*": continue - # print(word) - # print(word[0], word[1]) if first: if word[0] == ".subckt" and word[1] == fileName: first = False |