Skip to content

Commit ab4ed79

Browse files
authored
Merge pull request #79 from OSVVM/revert-78-fix-wave-source-timing
Revert "Fix missing escapes on wave scripts" It was pulled to the wrong brancy
2 parents 5d9dac5 + 8220477 commit ab4ed79

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)