mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Remove old code
This commit is contained in:
parent
69113ab12f
commit
bea14d2629
1 changed files with 0 additions and 5 deletions
|
@ -132,11 +132,6 @@ class Utilities(Configs):
|
|||
self.errors.raise_error_message(message, output.returncode)
|
||||
raise SystemExit(output.returncode)
|
||||
|
||||
# def get_file_size(self, file: Path) -> str:
|
||||
# """ Get the local file size and converted to units. """
|
||||
# size: int = file.stat().st_size
|
||||
# return self.convert_file_sizes(size)
|
||||
|
||||
def count_file_size(self, name: str) -> int:
|
||||
"""
|
||||
Read the contents files from the package file list and count
|
||||
|
|
Loading…
Add table
Reference in a new issue