From a53e041fe8adf6be64fed7aed0b12803ccfa30a6 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 24 Jul 2019 11:36:09 +0100
Subject: [PATCH] RF: Let argparse decide whether args are invalid

---
 fsl/scripts/fsl_convert_x5.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fsl/scripts/fsl_convert_x5.py b/fsl/scripts/fsl_convert_x5.py
index 216ea308a..13a279456 100644
--- a/fsl/scripts/fsl_convert_x5.py
+++ b/fsl/scripts/fsl_convert_x5.py
@@ -81,8 +81,6 @@ def parseArgs(args):
     if len(args) == 1:
         if   args[0] == 'flirt': flirt.print_help()
         elif args[0] == 'fnirt': fnirt.print_help()
-        else: parser.error('Unknown sub-command: {}'.format(args[0]))
-        sys.exit(0)
 
     args = parser.parse_args(args)
 
-- 
GitLab