Skip to content

Commit

Permalink
deploy: f361b12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Dec 10, 2024
1 parent 9de40ed commit 5bbfb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow_builder/operators.html
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ <h1 class="title">Module <code>geoengine.workflow_builder.operators</code></h1>
raise ValueError(&#34;Invalid operator type&#34;)

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

output_band = None
if &#34;outputBand&#34; in operator_dict[&#34;params&#34;] and operator_dict[&#34;params&#34;] is not None:
if &#34;outputBand&#34; in operator_dict[&#34;params&#34;] and operator_dict[&#34;params&#34;][&#34;outputBand&#34;] is not None:
output_band = RasterBandDescriptor.from_response(
geoengine_openapi_client.RasterBandDescriptor.from_dict(
operator_dict[&#34;params&#34;][&#34;outputBand&#34;]
Expand Down

0 comments on commit 5bbfb1b

Please sign in to comment.