fixitall
This commit is contained in:
parent
984f09d704
commit
df88a1bc0e
@ -128,7 +128,7 @@ class ConsoleScript(cli2.ConsoleScript):
|
|||||||
)
|
)
|
||||||
return super().__call__(*args, **kwargs)
|
return super().__call__(*args, **kwargs)
|
||||||
|
|
||||||
def call(self, command):
|
def __call__(self, command):
|
||||||
args = self.parser.funcargs
|
args = self.parser.funcargs
|
||||||
kwargs = self.parser.funckwargs
|
kwargs = self.parser.funckwargs
|
||||||
breakpoint()
|
breakpoint()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user