From c7db5ff5290897219ccc04b613eab7b6fc819d28 Mon Sep 17 00:00:00 2001 From: "gioacchino.vino" <gioacchino.vino@infn.it> Date: Wed, 6 Dec 2023 13:18:39 +0100 Subject: [PATCH] Added default value for endpoint keys input --- files/scan.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/scan.py b/files/scan.py index ae3744a..a032a8f 100644 --- a/files/scan.py +++ b/files/scan.py @@ -16,7 +16,8 @@ parser = argparse.ArgumentParser( parser.add_argument( "--endpoint-keys", - help="Orchestrator output endpoints to scan (endpoints1,endpoints2)" + help="Orchestrator output endpoints to scan (endpoints1,endpoints2)", + default="None" ) parser.add_argument( "--dep-json", -- GitLab