Skip to content

Commit bf348fb

Browse files
committed
Reproducing DBee pull request since I merged it against main rather than dev
1 parent 616b82d commit bf348fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OsvvmScriptsSimulateSupport.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ proc ScriptCreateIfWaveDoExists {ScriptToRun LibraryUnit} {
9090
variable ScriptFile
9191

9292
if {[file exists $ScriptToRun]} {
93-
puts $ScriptFile " if {[catch {source $ScriptToRun} errorMsg]} {"
93+
puts $ScriptFile " if {\[catch {source $ScriptToRun} errorMsg\]} {"
9494
puts $ScriptFile " CallbackOnError_WaveDo \$errorMsg \$::errorInfo [file dirname $ScriptToRun] $LibraryUnit"
9595
puts $ScriptFile " }"
9696
}

0 commit comments

Comments
 (0)