mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Changed for print command
This commit is contained in:
parent
803cefe223
commit
25fe8a3949
1 changed files with 1 additions and 2 deletions
|
@ -92,11 +92,10 @@ class ViewPackage:
|
|||
if name in requires:
|
||||
version = SBoQueries(sbo).version()
|
||||
yield f'{sbo} ({version})'
|
||||
print('\n')
|
||||
else:
|
||||
return ''
|
||||
|
||||
print('\n')
|
||||
|
||||
@staticmethod
|
||||
def http_request(link):
|
||||
""" Http get request. """
|
||||
|
|
Loading…
Reference in a new issue