Update apt_ubuntu to display integers instead of floats

This commit is contained in:
Tim Bond 2022-02-07 19:00:13 -08:00 committed by Lars Kruse
parent 3c4321327c
commit fede598cb8
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ def config():
print('graph_category security')
print('graph_title %s' % (title))
print('graph_vlabel %s' % (vlabel))
print('graph_printf %.0lf')
for i, archive in enumerate(archives + [other]):
if len(colour) > i:
print('%s.colour %s' % (archive, colour[i]))