Kay0u 2021-01-06 01:29:33 +01:00
parent 201b033606
commit 9236727561
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -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))