diff options
Diffstat (limited to 'scripts/oe-pkgdata-browser')
-rwxr-xr-x | scripts/oe-pkgdata-browser | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-pkgdata-browser b/scripts/oe-pkgdata-browser index 21e319481e..36b5e798fa 100755 --- a/scripts/oe-pkgdata-browser +++ b/scripts/oe-pkgdata-browser | |||
@@ -35,7 +35,7 @@ def timeit(f): | |||
35 | 35 | ||
36 | def human_size(nbytes): | 36 | def human_size(nbytes): |
37 | import math | 37 | import math |
38 | suffixes = ['B', 'KB', 'MB', 'GB', 'TB', 'PB'] | 38 | suffixes = ['B', 'kB', 'MB', 'GB', 'TB', 'PB'] |
39 | human = nbytes | 39 | human = nbytes |
40 | rank = 0 | 40 | rank = 0 |
41 | if nbytes != 0: | 41 | if nbytes != 0: |