diff options
author | rahulp13 | 2019-12-18 16:36:06 +0530 |
---|---|---|
committer | rahulp13 | 2019-12-18 16:36:06 +0530 |
commit | 44489a55fbe8bfa02e2b5707e265121132dce8dd (patch) | |
tree | 7ae826bb7ea5f13efa0ab6285341b3e847df4585 | |
parent | 8843fd178992f82ea96478fe87cba80209af2ad8 (diff) | |
download | eSim-44489a55fbe8bfa02e2b5707e265121132dce8dd.tar.gz eSim-44489a55fbe8bfa02e2b5707e265121132dce8dd.tar.bz2 eSim-44489a55fbe8bfa02e2b5707e265121132dce8dd.zip |
changed debug statement
-rw-r--r-- | src/configuration/Appconfig.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index 38a55595..2ab8743e 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -1,5 +1,4 @@ # ========================================================================= -# # FILE: Appconfig.py # # USAGE: --- @@ -11,9 +10,10 @@ # BUGS: --- # NOTES: --- # AUTHOR: Fahim Khan, fahim.elex@gmail.com +# MODIFIED: Rahul Paknikar, rahulp@iitb.ac.in # ORGANIZATION: eSim team at FOSSEE, IIT Bombay. -# CREATED: Wednesday 04 February 2015 -# REVISION: --- +# CREATED: Tuesday 24 Feb 2015 +# REVISION: Wednesday 18 Dec 2019 # ========================================================================= @@ -64,7 +64,7 @@ class Appconfig(QtGui.QWidget): try: modelica_map_json = parser_esim.get('eSim', 'MODELICA_MAP_JSON') except BaseException: - print("Cannot access eSim in parser") + print("Cannot access Modelica's map_json path --- .esim folder") try: project_explorer = json.load(open(dictPath)) |