datalad / datalad-catalog

Create a user-friendly data catalog from structured metadata
https://datalad-catalog.netlify.app
MIT License
14 stars 12 forks source link

BF: fix file download url rendering #343

Closed jsheunis closed 9 months ago

jsheunis commented 9 months ago

The previous state resulted in the download url for a file only containing the first letter of a string (i.e. url_string[0]) because it tested for the existence of an array incorrectly. This PR fixes that test and closes https://github.com/datalad/datalad-catalog/issues/342