@@ -399,9 +399,8 @@ class ServiceManager:
try:
method(*args)
except TypeError as e:
raise
errtxt = str(e)
if ' do_%s(' % action in errtxt and 'argument' in errtxt:
if 'do_%s(' % action in errtxt and 'argument' in errtxt:
raise UsageError(errtxt)
The note is not visible to the blocked user.