Skip to content

Commit

Permalink
update to use self.cache_tmp_dir for execute_mars and convert_formt
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyCMWF committed Dec 19, 2024
1 parent 02edb8e commit c52e459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cads_adaptors/adaptors/mars.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def retrieve_list_of_results(self, request: dict[str, Any]) -> list[str]:
# Call normalise_request to set self.mapped_requests
request = self.normalise_request(request)

result = self.cached_execute_mars(
result = execute_mars(
self.mapped_requests,
context=self.context,
config=self.config,
Expand Down

0 comments on commit c52e459

Please sign in to comment.