Fix for new line

This commit is contained in:
Dimitris Zlatanidis 2024-03-26 19:23:24 +02:00
parent dcf1a408a1
commit 9e8ec43cd6

View file

@ -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}')