From 44489a55fbe8bfa02e2b5707e265121132dce8dd Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Wed, 18 Dec 2019 16:36:06 +0530 Subject: changed debug statement --- src/configuration/Appconfig.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/configuration') 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)) -- cgit