diff --git a/slpkg/check_updates.py b/slpkg/check_updates.py index dee73dc3..0ef71afd 100644 --- a/slpkg/check_updates.py +++ b/slpkg/check_updates.py @@ -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}')