Use lowercase for symbol paths
This commit is contained in:
parent
e5e94ed437
commit
6d663d1d01
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ def main():
|
||||||
|
|
||||||
bucket, access_key, secret_key = s3_config()
|
bucket, access_key, secret_key = s3_config()
|
||||||
files = glob.glob(SYMBOLS_DIR + '/*.pdb/*/*.pdb')
|
files = glob.glob(SYMBOLS_DIR + '/*.pdb/*/*.pdb')
|
||||||
|
files = [f.lower() for f in files]
|
||||||
upload_symbols(bucket, access_key, secret_key, files)
|
upload_symbols(bucket, access_key, secret_key, files)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue