mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] Allow anything in notimplemented function for signals
This commit is contained in:
parent
0a07acfcf2
commit
d7f2151d78
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ class MoulinetteSignals(object):
|
|||
pass
|
||||
|
||||
@staticmethod
|
||||
def _notimplemented(**kwargs):
|
||||
def _notimplemented(*args, **kwargs):
|
||||
raise NotImplementedError("this signal is not handled")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue