Skip to content

Commit

Permalink
force download, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TJhon committed Jul 1, 2023
1 parent 24233bc commit e07a19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osrmareas/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def get(self, ext='pbf', save_dir=None):
download_link = add_link_exte(location, ext)
file_name = add_link_exte(name_where)
for i, file in enumerate(file_name):
save_f = dir_name + '/' + file
save_f = save_dir + '/' + file
self._download(download_link[i], save_f)
return self

Expand Down

0 comments on commit e07a19b

Please sign in to comment.