Skip to content

Commit b6ac6d1

Browse files
committed
Reverted a minor change.
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 8f22129 commit b6ac6d1

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
@@ -104,7 +104,7 @@ def extractTagFromFile(
104104
try:
105105
jsonFile[jsonTag] = t(value)
106106
except BaseException:
107-
jsonFile[jsonTag] = value
107+
jsonFile[jsonTag] = str(value)
108108
else:
109109
# Only print a warning if the defaultNotFound is not set
110110
print(

0 commit comments

Comments
 (0)