mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Fix columns
This commit is contained in:
parent
595172c902
commit
3699ed93aa
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class RepoInfo(Configs):
|
|||
f"{self.yellow}{count:>12}{self.endc}")
|
||||
|
||||
def view_summary_of_repository(self) -> None:
|
||||
print('=' * self.columns)
|
||||
print('=' * (self.columns - 1))
|
||||
print(f"{self.grey}Total {self.total_packages} packages available from the '{self.repository}' repository.\n")
|
||||
|
||||
def view_summary_of_all_repositories(self) -> None:
|
||||
|
|
Loading…
Reference in a new issue