Skip to content

Commit

Permalink
Removed previous implementation of QProcess
Browse files Browse the repository at this point in the history
  • Loading branch information
tomacorp committed May 22, 2019
1 parent 2e8241b commit 69bc52d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CommandInterp.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ def simulate(self, arg):
if self.spiceFileName != '':
message= "Run simulator on " + self.spiceFileName + " to produce " + self.rawFileName
self.process= QProcess()
# self.process.connect(self.process, pyqtSignal("finished(int)"), self.processCompleted)
self.process.finished.connect(self.processCompleted)

if _platform == "linux" or _platform == "linux2":
Expand Down

0 comments on commit 69bc52d

Please sign in to comment.