1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-21 18:50:38 +03:00

Return result!

This commit is contained in:
Игорь Чудов 2020-06-29 18:55:51 +04:00
parent 292fd9238c
commit 59743d7957
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -54,6 +54,8 @@ def check_enabled(storage, module_name, is_experimental):
else:
result = module_enabled
return result
class applier_frontend(ABC):
@classmethod
def __init__(self, regobj):