initialize tcl_files to empty in xschemrc to avoid side effects if reloading another xschemrc

This commit is contained in:
stefan schippers 2023-07-03 23:12:22 +02:00
parent e99ad0b044
commit 2b38ed5f07
1 changed files with 2 additions and 1 deletions

View File

@ -365,7 +365,8 @@
#### TCL FILES TO LOAD AT STARTUP
###########################################################################
#### list of tcl files to preload.
# set tcl_files [list ${XSCHEM_SHAREDIR}/ngspice_backannotate.tcl]
set tcl_files {}
# lappend tcl_files [list ${XSCHEM_SHAREDIR}/ngspice_backannotate.tcl]
# lappend tcl_files ${XSCHEM_SHAREDIR}/change_index.tcl
# lappend tcl_files ....