From 3812de595a02baf1060ba112498d5fd361fbc433 Mon Sep 17 00:00:00 2001 From: Yuri Chiucconi Date: Tue, 26 Nov 2024 10:28:45 +0100 Subject: [PATCH] remove required --- fractal_client/parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fractal_client/parser.py b/fractal_client/parser.py index 52a8fdc2..712c0646 100644 --- a/fractal_client/parser.py +++ b/fractal_client/parser.py @@ -927,7 +927,6 @@ user_set_groups_parser.add_argument( "group_ids", help="List of the IDs of groups we want the user to be member.", - required=True, type=int, nargs="+", )