Closed LakshyaKhatri closed 4 years ago
@LakshyaKhatri I think you should first check if the directory is available if not then it will automatically create such directory
We can create new directories if they are not present. The only doubt is "what do the standards suggest? (should we create new directories or throw an error when the directory is not present) "
Should we just let the user deal with directory creation? I am guessing that for most use cases the user will just download the data in a preexisting directory (project dir), but feel free to create a directory recursively if you prefer. I am merging this one right away. :100:
Fixes #23 With this PR we also get a better presentation of the download process:
But if the directory is not present, we will get a nasty error (this could be much simpler, I guess):
Let me know what you people think will be right :thinking: :smile: