diff options
-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)) |