Skip to content

Commit 222d7e8

Browse files
committed
global_route.tcl: fix bug introduced when formatting code
This reverts a change from 5810f53 Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 084a3b7 commit 222d7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/global_route.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ proc global_route_helper { } {
2323

2424
if { $result != 0 } {
2525
if {
26-
[!$::env(GENERATE_ARTIFACTS_ON_FAILURE) || \
26+
[expr !$::env(GENERATE_ARTIFACTS_ON_FAILURE) || \
2727
![file exists $::global_route_congestion_report] || \
2828
[file size $::global_route_congestion_report] == 0]
2929
} {

0 commit comments

Comments
 (0)