mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated for comments
This commit is contained in:
parent
c37cab3d41
commit
e7e5a313a9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Utilities:
|
|||
level=logging.INFO)
|
||||
|
||||
def is_package_installed(self, name: str) -> str:
|
||||
""" Returns the installed package name. """
|
||||
""" Returns the installed package binary. """
|
||||
try:
|
||||
return self.installed_packages[name]
|
||||
except KeyError:
|
||||
|
|
Loading…
Reference in a new issue