We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084a3b7 commit 222d7e8Copy full SHA for 222d7e8
flow/scripts/global_route.tcl
@@ -23,7 +23,7 @@ proc global_route_helper { } {
23
24
if { $result != 0 } {
25
if {
26
- [!$::env(GENERATE_ARTIFACTS_ON_FAILURE) || \
+ [expr !$::env(GENERATE_ARTIFACTS_ON_FAILURE) || \
27
![file exists $::global_route_congestion_report] || \
28
[file size $::global_route_congestion_report] == 0]
29
} {
0 commit comments