From 382cba1fdadc1145ae6daad5d417bcd5796c2c4b Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Sun, 19 Dec 2021 10:11:54 +0100 Subject: [PATCH] added missing quotes on return value in abs_sym_path --- src/xschem.tcl | 2 +- tests/xschemtest.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xschem.tcl b/src/xschem.tcl index e86c3713..8007df7d 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -3130,7 +3130,7 @@ proc abs_sym_path {fname {ext {} } } { if {$name eq {} } { set name "$curr_dirname/$fname" } - return $name + return "$name" } proc add_ext {fname ext} { diff --git a/tests/xschemtest.tcl b/tests/xschemtest.tcl index 856d1ccb..e76cbd77 100644 --- a/tests/xschemtest.tcl +++ b/tests/xschemtest.tcl @@ -190,7 +190,7 @@ proc netlist_test {} { proc xschemtest {{view 0}} { set t [time { - ## make sure ERC window wil not pop up above schematic while doing tests + ## make sure ERC window will not pop up above schematic while doing tests wm deiconify .infotext lower .infotext