added frappy gui

This commit is contained in:
2021-02-26 16:06:14 +01:00
parent 7670e1d693
commit 10c01a7fdd
3 changed files with 70 additions and 20 deletions

View File

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