read_sdc bug introduced by dbd95cce

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-02-01 16:52:05 -08:00
parent dbd95cce7d
commit 988514f8f4
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ proc_redirect read_sdc {
set prev_filename [info script]
try {
info script $filename
source_ $filename $echo $verbose
source_ $filename $echo 0
} finally {
info script $prev_filename
}