Skip to content

Commit 6b93618

Browse files
authored
Merge pull request #3347 from Pinata-Consulting/global-route-vestiges
Global route vestiges
2 parents 084a3b7 + a0230a4 commit 6b93618

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

flow/scripts/global_route.tcl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ proc global_route_helper { } {
2222
set result [catch { do_global_route } errMsg]
2323

2424
if { $result != 0 } {
25-
if {
26-
[!$::env(GENERATE_ARTIFACTS_ON_FAILURE) || \
27-
![file exists $::global_route_congestion_report] || \
28-
[file size $::global_route_congestion_report] == 0]
29-
} {
25+
if { !$::env(GENERATE_ARTIFACTS_ON_FAILURE) } {
3026
write_db $::env(RESULTS_DIR)/5_1_grt-failed.odb
3127
error $errMsg
3228
}

0 commit comments

Comments
 (0)