Fix formatting.
This commit is contained in:
parent
32c9f7e8cf
commit
f49d781dc0
1 changed files with 4 additions and 3 deletions
|
@ -49,6 +49,7 @@ def download_new_file (date, rev, platform, hsh):
|
|||
raise Exception("bad hash on download")
|
||||
|
||||
for ff in newestSet["files"]:
|
||||
download_new_file (newestSet["date"], newestSet["rev"], ff["platform"], ff["hash"])
|
||||
download_new_file (newestSet["date"], newestSet["rev"],
|
||||
ff["platform"], ff["hash"])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue