Skip to content

Commit 7678d55

Browse files
committed
rule update: nicer formatting
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 89886b6 commit 7678d55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flow/util/genRuleFile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import argparse
88
import json
99
import operator
10+
import os
1011
import sys
1112

1213

@@ -20,6 +21,7 @@ def gen_rule_file(
2021
metrics_file=None,
2122
metrics_to_consider=[],
2223
):
24+
print(f"{os.path.normpath(rules_file)} updates:")
2325

2426
with open(metrics_file, "r") as f:
2527
metrics = json.load(f)

0 commit comments

Comments
 (0)