diff options
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() |