Skip to content

Commit

Permalink
Merge pull request #119 from wri/catchall-for-vectorization
Browse files Browse the repository at this point in the history
Catch all errors during vectorization
  • Loading branch information
yellowcap authored Jan 23, 2025
2 parents cf7d904 + 64a1866 commit 677b1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeno/agents/distalert/tool_dist_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def dist_alerts_tool(

try:
vectorized = vectors.getInfo()
except googleapiclient.errors.HttpError:
except:
vectorized = {}

return zone_stats_result, vectorized

0 comments on commit 677b1c1

Please sign in to comment.