Merge pull request #2226 from eggonlea/trivial_download_fix

Fix trivial shadow variable in util/taskcluster.py
This commit is contained in:
Reuben Morais 2019-07-02 17:45:19 +00:00 committed by GitHub
commit dbd62fc1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,6 +142,7 @@ def main():
if args.source is not None:
if args.source in DEFAULT_SCHEMES:
global TASKCLUSTER_SCHEME
TASKCLUSTER_SCHEME = DEFAULT_SCHEMES[args.source]
else:
print('No such scheme: %s' % args.source)