Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Oct 30, 2023
1 parent 8b584b1 commit 499b624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerulean_cloud/cloud_run_orchestrator/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async def get_offset_tile_inference(
print(f"XXX Received unexpected status code: {res.status_code}")
print(f"XXX HTTP content: {res.content}")
print(f"XXX Issue was found in: {self.sceneid}")
return InferenceResultStack([])
return InferenceResultStack(stack=[])


def get_scene_date_month(scene_id: str) -> str:
Expand Down

0 comments on commit 499b624

Please sign in to comment.