From 2cb0e5bb39d801af5ff6dbe8575af27c5accb2ee Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 7 May 2023 18:14:27 +0300 Subject: [PATCH] Updated for coding style --- slpkg/search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/slpkg/search.py b/slpkg/search.py index 572060cb..163414bd 100644 --- a/slpkg/search.py +++ b/slpkg/search.py @@ -73,5 +73,6 @@ class SearchPackage(Configs): f'{self.yellow}{item[2]}{self.endc}') print(f'\n{self.grey}Total found {self.matching} packages.{self.endc}') + else: print('\nDoes not match any package.\n')