zenodo_get icon indicating copy to clipboard operation
zenodo_get copied to clipboard

fix: updated "record" to "records" so links to files properly download

Open joseale2310 opened this issue 1 year ago • 1 comments

Hi! I noticed that I was not able to download the files (too many errors error). Checking a bit into the code i noticed that the link to download the file has "record" in it, instead of "records" and so it cannot be downloaded properly.

joseale2310 avatar Nov 09 '23 13:11 joseale2310

Hello @joseale2310! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 331:80: E501 line too long (83 > 79 characters)

Line 17:80: E501 line too long (88 > 79 characters) Line 86:60: E203 whitespace before ':' Line 143:80: E501 line too long (84 > 79 characters) Line 148:80: E501 line too long (88 > 79 characters) Line 155:80: E501 line too long (84 > 79 characters) Line 211:45: E203 whitespace before ':' Line 213:44: E203 whitespace before ':' Line 227:80: E501 line too long (85 > 79 characters) Line 249:80: E501 line too long (95 > 79 characters)

Comment last updated at 2023-11-09 13:19:54 UTC

pep8speaks avatar Nov 09 '23 13:11 pep8speaks

Hi,

Due to formatting, there were some conflicts, so I incorporated your fixes in a commit. Sorry for the slow response and thanks for spotting it!

dvolgyes avatar May 08 '24 06:05 dvolgyes