From b99ad12c1e8773a9f741eaacf0a334905e1bcc3c Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Tue, 4 Apr 2023 10:19:08 +0200 Subject: [PATCH] fix missing comma --- km3buu/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/km3buu/cmd.py b/km3buu/cmd.py index 3dd6e29..0e81b9d 100755 --- a/km3buu/cmd.py +++ b/km3buu/cmd.py @@ -65,7 +65,7 @@ ARGPARSE_GENERAL_PARAMS = [{ "dest": "timesteps", "type": int, "help": "The number of timesteps performed by GiBUU", - "required": False + "required": False, "default": -1 }, { "option_strings": ["--geometry", "-g"], -- GitLab