lowercase repo
This commit is contained in:
parent
0b1b5ac689
commit
07deb3c4cb
@ -36,6 +36,7 @@ if(len(repo_path)<2):
|
||||
repo_name = "/".join([CACHE_FOLDER_PATH,repo_path[2]])
|
||||
repo_path = "/".join(repo_path[:3])
|
||||
repo_path = PATH_PREFIX + repo_path
|
||||
repo_path = repo_path.lower()
|
||||
|
||||
if not os.path.isdir(CACHE_FOLDER_PATH):
|
||||
os.makedirs(CACHE_FOLDER_PATH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user