statblk 1.24__tar.gz → 1.25__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {statblk-1.24 → statblk-1.25}/PKG-INFO +1 -1
- {statblk-1.24 → statblk-1.25}/statblk.egg-info/PKG-INFO +1 -1
- {statblk-1.24 → statblk-1.25}/statblk.py +3 -3
- {statblk-1.24 → statblk-1.25}/README.txt +0 -0
- {statblk-1.24 → statblk-1.25}/setup.cfg +0 -0
- {statblk-1.24 → statblk-1.25}/setup.py +0 -0
- {statblk-1.24 → statblk-1.25}/statblk.egg-info/SOURCES.txt +0 -0
- {statblk-1.24 → statblk-1.25}/statblk.egg-info/dependency_links.txt +0 -0
- {statblk-1.24 → statblk-1.25}/statblk.egg-info/entry_points.txt +0 -0
- {statblk-1.24 → statblk-1.25}/statblk.egg-info/requires.txt +0 -0
- {statblk-1.24 → statblk-1.25}/statblk.egg-info/top_level.txt +0 -0
@@ -276,7 +276,7 @@ except :
|
|
276
276
|
def cache_decorator(func):
|
277
277
|
return func
|
278
278
|
|
279
|
-
version = '1.
|
279
|
+
version = '1.25'
|
280
280
|
VERSION = version
|
281
281
|
__version__ = version
|
282
282
|
COMMIT_DATE = '2025-09-10'
|
@@ -592,8 +592,8 @@ def get_drives_info(print_bytes = False, use_1024 = False, mounted_only=False, b
|
|
592
592
|
rtpt = str(rtpt)
|
593
593
|
wtpt = str(wtpt)
|
594
594
|
else:
|
595
|
-
rtpt = multiCMD.format_bytes(rtpt, use_1024_bytes=use_1024, to_str=True,str_format='.
|
596
|
-
wtpt = multiCMD.format_bytes(wtpt, use_1024_bytes=use_1024, to_str=True,str_format='.
|
595
|
+
rtpt = multiCMD.format_bytes(rtpt, use_1024_bytes=use_1024, to_str=True,str_format='.0f') + 'B/s'
|
596
|
+
wtpt = multiCMD.format_bytes(wtpt, use_1024_bytes=use_1024, to_str=True,str_format='.0f') + 'B/s'
|
597
597
|
except Exception:
|
598
598
|
rtpt = ''
|
599
599
|
wtpt = ''
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|