mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Remove for message
This commit is contained in:
parent
bd278c6162
commit
df28f57936
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class RepoInfo(Configs):
|
||||||
self.view_the_repositories_information()
|
self.view_the_repositories_information()
|
||||||
|
|
||||||
def count_the_packages(self, repository: str) -> int:
|
def count_the_packages(self, repository: str) -> int:
|
||||||
repo_data: dict = self.utils.load_data(repository, message=False)
|
repo_data: dict = self.utils.load_data(repository)
|
||||||
count: int = len(repo_data.keys())
|
count: int = len(repo_data.keys())
|
||||||
self.total_packages += count
|
self.total_packages += count
|
||||||
return count
|
return count
|
||||||
|
|
Loading…
Reference in a new issue