From: garciadeblas Date: Wed, 3 Dec 2025 08:02:24 +0000 (+0100) Subject: Fix bug 2417: do not send oka id if sw_catalog_path is provided X-Git-Tag: v18.0.2^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=47855ee1130024685c490f41775d2c794e0f6ec4;p=osm%2Fosmclient.git Fix bug 2417: do not send oka id if sw_catalog_path is provided Change-Id: I25656180ba2eb1fc07c4fa3a47a8b483cccc666e Signed-off-by: garciadeblas --- diff --git a/osmclient/cli_commands/ksu.py b/osmclient/cli_commands/ksu.py index 5bd89996..a7fcaa55 100755 --- a/osmclient/cli_commands/ksu.py +++ b/osmclient/cli_commands/ksu.py @@ -107,7 +107,6 @@ def process_common_ksu_params(ctx, ksu_dict, ksu_args): raise ClientException( "No path was provided after --sw-catalog-path" ) - oka_dict["_id"] = "" oka_dict["sw_catalog_path"] = oka_args[i + 1] i = i + 2 continue