Commit e0ccc0c1 authored by Bruce MacDonald's avatar Bruce MacDonald
Browse files

change pulled remote file name to lower case

parent a11cddbf
...@@ -41,7 +41,7 @@ def download_from_repo(url, file_name): ...@@ -41,7 +41,7 @@ def download_from_repo(url, file_name):
location = location.strip('/') location = location.strip('/')
if file_name == '': if file_name == '':
file_name = path.basename(location) file_name = path.basename(location).lower()
download_url = urlunsplit( download_url = urlunsplit(
( (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment