Remove config before download
This commit is contained in:
Родитель
ccd965d2a8
Коммит
020c9b5484
|
@ -363,6 +363,9 @@ if __name__ == "__main__":
|
|||
print "Cannot download a 64bit binary on 32bit architecture"
|
||||
exit()
|
||||
|
||||
if os.path.exists(os.path.join(options.output, "info.json")):
|
||||
os.remove(os.path.join(options.output, "info.json"))
|
||||
|
||||
if options.url:
|
||||
downloader = DownloadTools.forSpecificUrl(options.url)
|
||||
elif options.repo:
|
||||
|
|
Загрузка…
Ссылка в новой задаче