diff options
author | fahim-oscad | 2016-04-04 16:59:25 +0530 |
---|---|---|
committer | fahim-oscad | 2016-04-04 16:59:25 +0530 |
commit | 705a0be005d9be0a3a81a4f58e4b5c92e586a4c9 (patch) | |
tree | b94d6ecdbf95262b8da335aa7c650e3e2fc8607b /src/ngspiceSimulation/NgspiceWidget.py | |
parent | 92860fe3ba762ff0a690f887319a7d95018b49c9 (diff) | |
parent | 66770d5e2c94cc299424daa67b8bfafcb4d9b8c1 (diff) | |
download | eSim-705a0be005d9be0a3a81a4f58e4b5c92e586a4c9.tar.gz eSim-705a0be005d9be0a3a81a4f58e4b5c92e586a4c9.tar.bz2 eSim-705a0be005d9be0a3a81a4f58e4b5c92e586a4c9.zip |
Merged modification branch into release
Diffstat (limited to 'src/ngspiceSimulation/NgspiceWidget.py')
-rw-r--r-- | src/ngspiceSimulation/NgspiceWidget.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ngspiceSimulation/NgspiceWidget.py b/src/ngspiceSimulation/NgspiceWidget.py index ee4dafe7..310cbe3c 100644 --- a/src/ngspiceSimulation/NgspiceWidget.py +++ b/src/ngspiceSimulation/NgspiceWidget.py @@ -24,6 +24,7 @@ class NgspiceWidget(QtGui.QWidget): self.args = ['-hold','-e', self.command] self.process.start('xterm', self.args) self.obj_appconfig.process_obj.append(self.process) + self.obj_appconfig.proc_dict[self.obj_appconfig.current_project['ProjectName']].append(self.process.pid()) elif platform.system() == 'Windows': tempdir= os.getcwd() |