if not Risotto module, do not failed
This commit is contained in:
parent
01834c6ba7
commit
5663b2768b
@ -277,7 +277,7 @@ class RegisterDispatcher:
|
||||
try:
|
||||
self.injected_self[submodule_name] = module.Risotto(test)
|
||||
except AttributeError as err:
|
||||
raise RegistrationError(_(f'unable to register the module {submodule_name}, this module must have Risotto class'))
|
||||
print(_(f'unable to register the module {submodule_name}, this module must have Risotto class'))
|
||||
|
||||
def validate(self):
|
||||
""" check if all messages have a function
|
||||
|
Loading…
Reference in New Issue
Block a user