From 47fd3eabcdd38285374e765567ef8790035edab8 Mon Sep 17 00:00:00 2001 From: Christian Lechner Date: Tue, 21 Mar 2023 12:01:08 +0100 Subject: [PATCH] safeguard if appname is None --- libs/python/btp_cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/python/btp_cli.py b/libs/python/btp_cli.py index 6b68f284..d9bd9c22 100644 --- a/libs/python/btp_cli.py +++ b/libs/python/btp_cli.py @@ -1865,6 +1865,8 @@ def initiateAppSubscriptions(btpUsecase: BTPUSECASE): + commercialAppName + "<" ) + # appname might be none, so we override it with the commercialAppName + appName = commercialAppName appPlan = appSubscription.plan parameters = appSubscription.parameters