Closed wok77 closed 5 months ago
@FlorianK13 This is my first contribution and pull request. Not sure how I can assign the PR-Assignee and Review. Can you please support. Thanks!
Hi @wok77, thanks for your PR. I'll have a look at it today.
This is merged to develop.
First: This is a great project and having MaStR as SQL database is very useful for various analysis questions.
I just wanted to download the latest dataset and as it was a few hours after midnight, I ran into the following problem: The file for today is not yet available, but the mechanism to download the file from yesterday did not work (as it did not generated a new URL).
In line 130 (branch: develop) of utils_download_bulk.py 'now' is calculated for yesterday, but the new URL is not generated using gen_url(now) before starting the download.
Adding the missing call to gen_url solves the problem:
PR-Assignee
Reviewer
Workflow checklist