update tests for changed argument names

This commit is contained in:
Axel Kohlmeyer
2025-06-18 07:03:26 -04:00
parent 6934932383
commit 004816a4ba
3 changed files with 10 additions and 11 deletions

View File

@ -90,7 +90,6 @@ class command_wrapper:
setattr(__main__, func_name, handler)
return func_name
return x
return None
def __getattr__(self, name):
"""