utils/size-stats-compare: fix flake8 error

utils/size-stats-compare:80:15: E225 missing whitespace around operator

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022.02.x
Arnout Vandecappelle (Essensium/Mind) 2022-02-01 21:52:12 +01:00
parent 675f02fd3f
commit f1768855e7
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ def print_results(result, threshold):
# list_result is a list of tuples: ((filename, pkgname), (flag, size difference))
# filename may be None if no detail is requested.
maxpkgname=max(len(pkgname) for filename, pkgname in result)
maxpkgname = max(len(pkgname) for filename, pkgname in result)
for entry in sorted(list_result, key=lambda entry: entry[1][1]):
data = dict(