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 5283cb9 commit 383bdfbCopy full SHA for 383bdfb
flow/scripts/detail_route.tcl
@@ -52,7 +52,10 @@ set all_args [concat [list \
52
53
log_cmd detailed_route {*}$all_args
54
55
-if { ![env_var_equals SKIP_ANTENNA_REPAIR_POST_DRT 1] && [env_var_exists_and_non_empty MAX_REPAIR_ANTENNAS_ITER_DRT] } {
+if {
56
+ ![env_var_equals SKIP_ANTENNA_REPAIR_POST_DRT 1] &&
57
+ [env_var_exists_and_non_empty MAX_REPAIR_ANTENNAS_ITER_DRT]
58
+} {
59
set repair_antennas_iters 1
60
if { [repair_antennas] } {
61
detailed_route {*}$all_args
0 commit comments