Skip to content

Commit bd1fa6b

Browse files
committed
cts: tcl nit cleanup, avoid copy and paste of it later
rebuild Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 4f99f1d commit bd1fa6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

flow/scripts/cts.tcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ set cts_args [list \
1818
-balance_levels]
1919

2020
if {[info exist ::env(CTS_BUF_DISTANCE)]} {
21-
lappend cts_args -distance_between_buffers "$::env(CTS_BUF_DISTANCE)"
21+
lappend cts_args -distance_between_buffers $::env(CTS_BUF_DISTANCE)
2222
}
2323

2424
if {[info exist ::env(CTS_CLUSTER_SIZE)]} {
25-
lappend cts_args -sink_clustering_size "$::env(CTS_CLUSTER_SIZE)"
25+
lappend cts_args -sink_clustering_size $::env(CTS_CLUSTER_SIZE)
2626
}
2727

2828
if {[info exist ::env(CTS_CLUSTER_DIAMETER)]} {
29-
lappend cts_args -sink_clustering_max_diameter "$::env(CTS_CLUSTER_DIAMETER)"
29+
lappend cts_args -sink_clustering_max_diameter $::env(CTS_CLUSTER_DIAMETER)
3030
}
3131

3232
if {[info exist ::env(CTS_ARGS)]} {

0 commit comments

Comments
 (0)