From 5bbfb1b6314ca0700f0478892cd947731e9c6140 Mon Sep 17 00:00:00 2001 From: "github-merge-queue[bot]" Date: Tue, 10 Dec 2024 14:26:28 +0000 Subject: [PATCH] deploy: f361b121e5c5caf7b5a9c3fb869351ebfddb7399 --- workflow_builder/operators.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow_builder/operators.html b/workflow_builder/operators.html index 5958c41b..6427d892 100644 --- a/workflow_builder/operators.html +++ b/workflow_builder/operators.html @@ -722,7 +722,7 @@

Module geoengine.workflow_builder.operators

raise ValueError("Invalid operator type") output_band = None - if "outputBand" in operator_dict["params"] and operator_dict["params"] is not None: + if "outputBand" in operator_dict["params"] and operator_dict["params"]["outputBand"] is not None: output_band = RasterBandDescriptor.from_response( geoengine_openapi_client.RasterBandDescriptor.from_dict( operator_dict["params"]["outputBand"] @@ -2131,7 +2131,7 @@

Inherited members

raise ValueError("Invalid operator type") output_band = None - if "outputBand" in operator_dict["params"] and operator_dict["params"] is not None: + if "outputBand" in operator_dict["params"] and operator_dict["params"]["outputBand"] is not None: output_band = RasterBandDescriptor.from_response( geoengine_openapi_client.RasterBandDescriptor.from_dict( operator_dict["params"]["outputBand"]