Skip to content

Commit 5bbfb1b

Browse files
deploy: f361b12
1 parent 9de40ed commit 5bbfb1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow_builder/operators.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ <h1 class="title">Module <code>geoengine.workflow_builder.operators</code></h1>
722722
raise ValueError(&#34;Invalid operator type&#34;)
723723

724724
output_band = None
725-
if &#34;outputBand&#34; in operator_dict[&#34;params&#34;] and operator_dict[&#34;params&#34;] is not None:
725+
if &#34;outputBand&#34; in operator_dict[&#34;params&#34;] and operator_dict[&#34;params&#34;][&#34;outputBand&#34;] is not None:
726726
output_band = RasterBandDescriptor.from_response(
727727
geoengine_openapi_client.RasterBandDescriptor.from_dict(
728728
operator_dict[&#34;params&#34;][&#34;outputBand&#34;]
@@ -2131,7 +2131,7 @@ <h3>Inherited members</h3>
21312131
raise ValueError(&#34;Invalid operator type&#34;)
21322132

21332133
output_band = None
2134-
if &#34;outputBand&#34; in operator_dict[&#34;params&#34;] and operator_dict[&#34;params&#34;] is not None:
2134+
if &#34;outputBand&#34; in operator_dict[&#34;params&#34;] and operator_dict[&#34;params&#34;][&#34;outputBand&#34;] is not None:
21352135
output_band = RasterBandDescriptor.from_response(
21362136
geoengine_openapi_client.RasterBandDescriptor.from_dict(
21372137
operator_dict[&#34;params&#34;][&#34;outputBand&#34;]

0 commit comments

Comments
 (0)