mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated message
This commit is contained in:
parent
03f87d1584
commit
a12fc7b29a
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ class SearchPackage:
|
|||
|
||||
names = SBoQueries('').names()
|
||||
|
||||
print(f'The list below shows the packages '
|
||||
f'that contains \'{", ".join([p for p in packages])}\' files:\n')
|
||||
print(f'The list below shows the repo '
|
||||
f'packages that contains \'{", ".join([p for p in packages])}\' files:\n')
|
||||
|
||||
for name in names:
|
||||
for package in packages:
|
||||
|
|
Loading…
Add table
Reference in a new issue