aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@amacapital.net>2014-09-16 16:37:38 -0700
committerAndy Lutomirski <luto@amacapital.net>2014-09-16 16:37:38 -0700
commitecc9c2d41bb4a5b419831ab0f32f3b9513b4ccc8 (patch)
tree28cb75db9dd2e203d27a091d51644e9e692a3e00
parentfb38f3f8d4d2b7dde9a474ea6d00f072f1350261 (diff)
downloadvirtme-ecc9c2d41bb4a5b419831ab0f32f3b9513b4ccc8.tar.gz
configkernel: Fix a traceback on argument failure
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
-rw-r--r--virtme/commands/configkernel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtme/commands/configkernel.py b/virtme/commands/configkernel.py
index 184afd4..ef10c87 100644
--- a/virtme/commands/configkernel.py
+++ b/virtme/commands/configkernel.py
@@ -37,7 +37,7 @@ _ARGPARSER = make_parser()
def arg_fail(message):
print(message)
_ARGPARSER.print_usage()
- sys.exit(1)
+ exit(1)
_GENERIC_CONFIG = [
'# Generic',