poepublic / shareabouts-pbboston

GNU General Public License v3.0
0 stars 1 forks source link

csv_download(): Re-enable unreachable code #60

Open cclauss opened 2 months ago

cclauss commented 2 months ago

In the current code, the unconditional return statement on line 536 makes the remaining lines unreachable.

This pull request follows the examples on lines 460, 486, and 509 in a way that re-enables that code.