mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated error message
This commit is contained in:
parent
30235f48b2
commit
4063481624
1 changed files with 1 additions and 1 deletions
|
@ -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. '''
|
||||
|
|
Loading…
Reference in a new issue