Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Blyschak <stepanb@nvidia.com>
  • Loading branch information
stepanblyschak committed Jun 6, 2022
1 parent 29734bb commit 8b76cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sonic-bootchart
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ def config(time, frequency):
samples = time * frequency

config = {
'Samples': samples,
'Frequency': frequency
'Samples': str(samples),
'Frequency': str(frequency),
}
bootchart_config = BootChartConfigParser()
bootchart_config.read(BOOTCHART_CONF)
Expand Down

0 comments on commit 8b76cb0

Please sign in to comment.