From e0538e696657f034474cb58ea3cf965cf378fef3 Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Wed, 4 Jan 2023 14:50:20 +0100 Subject: [PATCH] Add missing choices for anti nu --- km3buu/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/km3buu/cmd.py b/km3buu/cmd.py index 99a205e..10843b6 100755 --- a/km3buu/cmd.py +++ b/km3buu/cmd.py @@ -49,7 +49,7 @@ ARGPARSE_GENERAL_PARAMS = [{ }, { "option_strings": ["--interaction", "-i"], "dest": "interaction", - "choices": ["nc", "cc"], + "choices": ["nc", "cc", "antinc", "anticc"], "help": "The current type of the weak interaction", "required": True }, { -- GitLab