Skip to content

Commit

Permalink
update director for atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Dec 15, 2023
1 parent 468984e commit 917ea85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rook/director/director.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ def _resolve(self):
raise InvalidCollection()

# If original files are requested then go straight there
if self.inputs.get("original_files") or self.project == "c3s-ipcc-atlas":
if (
self.inputs.get("original_files")
or self.project == "c3s-ipcc-atlas"
or self.project == "c3s-cica-atlas"
):
self.original_file_urls = self.search_result.download_urls()
self.use_original_files = True
return
Expand Down

0 comments on commit 917ea85

Please sign in to comment.