ESGF / esgf-download

ESGF data transfer and replication tool
https://esgf.github.io/esgf-download/
BSD 3-Clause "New" or "Revised" License
15 stars 2 forks source link

Download show filename #37

Closed svenrdz closed 1 hour ago

svenrdz commented 7 months ago

Resolves https://github.com/ESGF/esgf-download/issues/33

Fixes an issue with boolean config entries: setting it to either true or false from the CLI would make them evaluate to True since in python, conversion of x: str to bool is the same as len(x) > 0, so special handling is required.