diff options
author | athulappadan | 2016-03-17 14:46:35 +0530 |
---|---|---|
committer | athulappadan | 2016-03-17 14:46:35 +0530 |
commit | d41e4a590793a6fb8fbb1b38a552ec413347aa78 (patch) | |
tree | 6fa2c63b06d9e98c2718917dea96c05c15183e0e /src/frontEnd | |
parent | eba6e6ed7860256287a7490b90d2e00fa903cd41 (diff) | |
download | eSim-d41e4a590793a6fb8fbb1b38a552ec413347aa78.tar.gz eSim-d41e4a590793a6fb8fbb1b38a552ec413347aa78.tar.bz2 eSim-d41e4a590793a6fb8fbb1b38a552ec413347aa78.zip |
Standard plotting functions labels changed
Diffstat (limited to 'src/frontEnd')
-rwxr-xr-x | src/frontEnd/Application.py | 2 |
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.') |