mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
Fix for new line
This commit is contained in:
parent
dcf1a408a1
commit
9e8ec43cd6
1 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,9 @@ class CheckUpdates(Configs):
|
|||
repo_length: int = max(len(name) for name in repo_for_update)
|
||||
print(f'> {self.bgreen}{repo:<{repo_length}}{self.endc} Last Updated: '
|
||||
f"'{last_updates.get(repo, None)}'")
|
||||
|
||||
if not self.progress_bar and not self.option_for_progress_bar:
|
||||
print()
|
||||
else:
|
||||
print(f'\n\n{self.endc}{self.yellow}No updated packages since the last check.{self.endc}')
|
||||
|
||||
|
|
Loading…
Reference in a new issue