mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 21:44:16 +02:00
installing, uninstalling and launching
This commit is contained in:
@@ -145,7 +145,7 @@ class SoftwarePackage(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def can_be_run(self) -> str:
|
||||
def can_be_run(self) -> bool:
|
||||
"""
|
||||
:return: whether the app can be run via the GUI
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user