mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fix for byte
This commit is contained in:
parent
bea14d2629
commit
1a05f43bf2
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class Utilities(Configs):
|
|||
elif kb_size >= 1:
|
||||
return f"{kb_size:.2f} KB"
|
||||
else:
|
||||
return f"{byte_size} bytes"
|
||||
return f"{byte_size} B"
|
||||
|
||||
@staticmethod
|
||||
def apply_package_pattern(data: dict, packages: list) -> list:
|
||||
|
|
Loading…
Add table
Reference in a new issue