mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
This commit is contained in:
parent
201b033606
commit
9236727561
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class CommentParameter(_ExtraParameter):
|
|||
skipped_iface = ["api"]
|
||||
|
||||
def __call__(self, message, arg_name, arg_value):
|
||||
if arg_value:
|
||||
if arg_value is None:
|
||||
return
|
||||
return msignals.display(m18n.n(message))
|
||||
|
||||
|
|
Loading…
Reference in a new issue