We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29734bb commit 8b76cb0Copy full SHA for 8b76cb0
scripts/sonic-bootchart
@@ -93,8 +93,8 @@ def config(time, frequency):
93
samples = time * frequency
94
95
config = {
96
- 'Samples': samples,
97
- 'Frequency': frequency
+ 'Samples': str(samples),
+ 'Frequency': str(frequency),
98
}
99
bootchart_config = BootChartConfigParser()
100
bootchart_config.read(BOOTCHART_CONF)
0 commit comments