clean up runroot unit test

This commit is contained in:
Mike McLean 2017-10-26 16:16:28 -04:00
parent f7f8b046ce
commit 81711cb8ac
2 changed files with 31 additions and 36 deletions

View file

@ -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]