i18n with gettext
This commit is contained in:
@@ -61,7 +61,7 @@ class PluginRegistry():
|
||||
if len(sig.parameters) != len(args):
|
||||
raise RuntimeError("method %s.%s has wrong number of arguments. expected %s but was %s " % (
|
||||
plugin, function_name, len(args), len(sig.parameters)))
|
||||
print("calling %s with args %s" % (fun, args))
|
||||
# print("calling %s with args %s" % (fun, args))
|
||||
if len(args) == 0:
|
||||
return_value = fun()
|
||||
elif len(args) == 1:
|
||||
|
||||
Reference in New Issue
Block a user