commit | dbf562ccb72b0313ac002d0809e22093b84b7ec1 | [log] [tgz] |
---|---|---|
author | Jon Hall <jhall@ciena.com> | Tue Apr 24 11:10:21 2018 -0700 |
committer | Jon Hall <jhall@ciena.com> | Tue Apr 24 11:10:21 2018 -0700 |
tree | 66ccd93fce36792e888e9869276fa8c2ffe104ea | |
parent | afe0a171f4856f972a77bab3d01f85800c5a4dc6 [diff] |
Fix bug in cli.py main.cleanup is not defined in the cli Change-Id: I93be0cb3418588aba5ac0b25fd7ce69d79783107
diff --git a/TestON/bin/cli.py b/TestON/bin/cli.py index 263d4b4..74e7603 100755 --- a/TestON/bin/cli.py +++ b/TestON/bin/cli.py
@@ -281,8 +281,7 @@ index += 1 except IndexError as e: print ( e ) - main.cleanup() - main.exit() + sys.exit() return options