Skip to content

Commit c4ec5a1

Browse files
committed
metrics: use defaults
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent b72f6c7 commit c4ec5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/scripts/report_metrics.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ proc report_puts { out } {
77
}
88

99
proc report_metrics { stage when { include_erc true } { include_clock_skew true } } {
10-
if { [env_var_equals SKIP_REPORT_METRICS 1] } {
10+
if { $::env(SKIP_REPORT_METRICS) } {
1111
return
1212
}
1313
puts "Report metrics stage $stage, $when..."

0 commit comments

Comments
 (0)