diff options
author | rahulp13 | 2022-02-14 13:51:46 +0530 |
---|---|---|
committer | rahulp13 | 2022-02-14 13:51:46 +0530 |
commit | 516294ea5cccad3a0cef475b1393344b7fc7c1a9 (patch) | |
tree | 8803b1ccd9c77961e8eb7d7cdfe0009ddaa1d38d /src/ngspice_ghdl.py | |
parent | c90a4ad5a0ceb86fa2f5c1be70e4e8ea0eb632fb (diff) | |
download | nghdl-516294ea5cccad3a0cef475b1393344b7fc7c1a9.tar.gz nghdl-516294ea5cccad3a0cef475b1393344b7fc7c1a9.tar.bz2 nghdl-516294ea5cccad3a0cef475b1393344b7fc7c1a9.zip |
Revert "Adding other changes for Upgradation to NgSpice-35"
Diffstat (limited to 'src/ngspice_ghdl.py')
-rwxr-xr-x | src/ngspice_ghdl.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngspice_ghdl.py b/src/ngspice_ghdl.py index 329329f..4db8062 100755 --- a/src/ngspice_ghdl.py +++ b/src/ngspice_ghdl.py @@ -238,8 +238,8 @@ class Mainwindow(QtWidgets.QWidget): subprocess.call("chmod a+x start_server.sh", shell=True) subprocess.call("chmod a+x sock_pkg_create.sh", shell=True) - #os.remove("compile.sh") - #os.remove("ghdlserver.c") + os.remove("compile.sh") + os.remove("ghdlserver.c") # Slot to redirect stdout and stderr to window console @QtCore.pyqtSlot() |