Skip to content

Commit

Permalink
Align message with Open-EO/openeo-api#528
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileSonneveld committed Sep 3, 2024
1 parent 3636a76 commit 335f827
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openeogeotrellis/layercatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@ def load_collection(self, collection_id: str, load_params: LoadParameters, env:
)
else:
raise ProcessGraphComplexityException(
"Process graph contains nodes with a too large spatiotemporal extent and will likely time out. Disable this check with 'job_options.do_extent_check': " +
" ".join(issues))
"The process graph is computationally too heavy and will likely time out. Disable this check with 'job_options.do_extent_check': "
+ " ".join(issues)
)

return self._load_collection_cached(collection_id, load_params, WhiteListEvalEnv(env, WHITELIST))

Expand Down

0 comments on commit 335f827

Please sign in to comment.