Skip to content

Commit

Permalink
change cache to target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Feb 10, 2022
1 parent 0a4da71 commit d39cce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlaselectrophysiology/load_histology.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def download_histology_data(subject, lab):
path_to_image = Path(CACHE_DIR, file)
if not path_to_image.exists():
url = (baseurl + '/' + file)
http_download_file(url, cache_dir=CACHE_DIR,
http_download_file(url, target_dir=CACHE_DIR,
username=par.HTTP_DATA_SERVER_LOGIN,
password=par.HTTP_DATA_SERVER_PWD)

Expand Down

0 comments on commit d39cce7

Please sign in to comment.