Skip to content

Commit 8b76cb0

Browse files
fix
Signed-off-by: Stepan Blyschak <[email protected]>
1 parent 29734bb commit 8b76cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sonic-bootchart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ def config(time, frequency):
9393
samples = time * frequency
9494

9595
config = {
96-
'Samples': samples,
97-
'Frequency': frequency
96+
'Samples': str(samples),
97+
'Frequency': str(frequency),
9898
}
9999
bootchart_config = BootChartConfigParser()
100100
bootchart_config.read(BOOTCHART_CONF)

0 commit comments

Comments
 (0)