Skip to content

Commit

Permalink
🎨 remove comments related fixed dataspace uri
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl committed Oct 2, 2023
1 parent 4e4f5fa commit ca09dff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bdc_collectors/dataspace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,6 @@ def download(self, query: t.Union[SceneResult, str], output: str, *args, **kwarg
shutil.move(tmp_file, target_file)
return target_file

# Temporary workaround:
# It seems like catalogue.dataspace.copernicus.eu is not being resolved
# through Python requests library.
# Using zipper.dataspace instead
response = self.session.get(query.link, allow_redirects=False)

download_url = query.link
Expand Down

0 comments on commit ca09dff

Please sign in to comment.