Changing name of file requires changing function name to be invoked as a command
This commit is contained in:
parent
e3d703b80f
commit
11861fb8d7
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ def create_test_output(spec, handled, output):
|
|||
return handled[spec]
|
||||
|
||||
|
||||
def testinstall(parser, args):
|
||||
def test_install(parser, args):
|
||||
if not args.package:
|
||||
tty.die("install requires a package argument")
|
||||
|
||||
|
|
Loading…
Reference in a new issue