Updated error message

This commit is contained in:
Dimitris Zlatanidis 2022-10-08 15:48:17 +03:00
parent 30235f48b2
commit 4063481624

View file

@ -45,7 +45,7 @@ class Check:
if sbo + '-' in package and self.repo_tag in package:
return
raise SystemExit('\nNot found packages for remove.\n')
raise SystemExit('\nNot found installed packages.\n')
def blacklist(self, slackbuilds: list):
''' Checking for packages on the blacklist and removing them. '''