Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Fastiuk <yfastiuk@nvidia.com>
  • Loading branch information
fastiuk committed Aug 12, 2024
1 parent e2e4539 commit f4ae104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7818,7 +7818,7 @@ def logrotate_size(ctx, size):
"""Configuring logrotate size of file"""
file = ctx.parent.params.get('file')
if 0.001 > size > 3500.0:
click.echo(f'Size {disk_percentage} is not in range [0.001 - 3500.0]')
click.echo(f'Size {size} is not in range [0.001 - 3500.0]')
pass

config_db = ConfigDBConnector()
Expand Down

0 comments on commit f4ae104

Please sign in to comment.