Skip to content

Commit

Permalink
proper merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Jul 4, 2022
1 parent f57c01f commit 6e57e25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/data-files/tcl/clash_namespace.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ namespace eval clash {
error "Error: ${tclIface}::scriptPurpose bogus value\
\"$purpose\"."
}
set ipName [subst $${tclIface}::ipName]
if {$ipName in $seen} {
continue
}
${tclIface}::createIp $ipName -dir ip
lappend seen $ipName
}
Expand Down

0 comments on commit 6e57e25

Please sign in to comment.