cmdtest.spawn_wrapper(): make cmd a keyword arg
This commit is contained in:
parent
76a34a05b5
commit
79e008ce43
10 changed files with 33 additions and 37 deletions
|
|
@ -543,7 +543,7 @@ class CmdTestRunner:
|
|||
|
||||
def spawn_wrapper(
|
||||
self,
|
||||
cmd,
|
||||
cmd = '',
|
||||
args = [],
|
||||
extra_desc = '',
|
||||
no_output = False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue