Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-04-12 23:25:28 +03:00
parent c37cab3d41
commit e7e5a313a9

View file

@ -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: