Skip to content

Commit c5aa643

Browse files
committed
Changed the default type of t: str -> float
- This retains the old default behavior. Signed-off-by: Jaehyun Kim <[email protected]>
1 parent b6ac6d1 commit c5aa643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/util/genMetrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def extractTagFromFile(
7676
count=False,
7777
occurrence=-1,
7878
defaultNotFound="N/A",
79-
t=str,
79+
t=float,
8080
required=True,
8181
):
8282
if jsonTag in jsonFile:

0 commit comments

Comments
 (0)