Skip to content

Commit a889942

Browse files
committed
Minor message change
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 4a2391d commit a889942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/util/checkMetadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def try_number(string):
111111
ERRORS += 1
112112
print(PRE, field, CHECK, "test:", build_value, compare, rule_value)
113113

114-
print(f"Number of metadata check warnings: {WARNS}")
114+
print(f"Metadata check warnings: {WARNS}")
115115

116116
if ERRORS == 0:
117117
print(f"All metadata rules passed ({len(rules)} rules)")

0 commit comments

Comments
 (0)