clean up runroot unit test
This commit is contained in:
parent
f7f8b046ce
commit
81711cb8ac
2 changed files with 31 additions and 36 deletions
|
|
@ -36,7 +36,7 @@ def handle_runroot(options, session, args):
|
|||
|
||||
if len(args) < 3:
|
||||
parser.error(_("Incorrect number of arguments"))
|
||||
return
|
||||
assert False # pragma: no cover
|
||||
|
||||
activate_session(session, options)
|
||||
tag = args[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue