summaryrefslogtreecommitdiff
path: root/src/frontEnd
diff options
context:
space:
mode:
authorathulappadan2016-03-17 14:46:35 +0530
committerathulappadan2016-03-17 14:46:35 +0530
commitd41e4a590793a6fb8fbb1b38a552ec413347aa78 (patch)
tree6fa2c63b06d9e98c2718917dea96c05c15183e0e /src/frontEnd
parenteba6e6ed7860256287a7490b90d2e00fa903cd41 (diff)
downloadeSim-d41e4a590793a6fb8fbb1b38a552ec413347aa78.tar.gz
eSim-d41e4a590793a6fb8fbb1b38a552ec413347aa78.tar.bz2
eSim-d41e4a590793a6fb8fbb1b38a552ec413347aa78.zip
Standard plotting functions labels changed
Diffstat (limited to 'src/frontEnd')
-rwxr-xr-xsrc/frontEnd/Application.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py
index 37fc6942..a4d93127 100755
--- a/src/frontEnd/Application.py
+++ b/src/frontEnd/Application.py
@@ -188,6 +188,8 @@ class Application(QtGui.QMainWindow):
pass
else:
for pid in self.obj_appconfig.proc_dict[self.obj_appconfig.current_project['ProjectName']]:
+ print pid
+ for pid in self.obj_appconfig.proc_dict[self.obj_appconfig.current_project['ProjectName']]:
os.kill(pid, 9)
self.obj_appconfig.current_project['ProjectName'] = None
self.systemTrayIcon.showMessage('Close', 'Current project '+os.path.basename(current_project)+' is Closed.')