diff options
author | Eyantra698Sumanto | 2022-01-11 15:52:37 +0530 |
---|---|---|
committer | Eyantra698Sumanto | 2022-01-11 15:52:37 +0530 |
commit | c9988bff054ecdc53a0a2a48ca0f9a9308c01933 (patch) | |
tree | 118abe2563b3621091a07bfa1d47499cd758e538 /src/ngspice_ghdl.py | |
parent | f0c3293628d3335a0a15e7b7eb94b38abf1c4457 (diff) | |
download | nghdl-c9988bff054ecdc53a0a2a48ca0f9a9308c01933.tar.gz nghdl-c9988bff054ecdc53a0a2a48ca0f9a9308c01933.tar.bz2 nghdl-c9988bff054ecdc53a0a2a48ca0f9a9308c01933.zip |
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 4db8062..329329f 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() |