removing some extraneous output
This commit is contained in:
parent
5243da4d0a
commit
aac603b4ee
@ -76,11 +76,6 @@ if os.path.isfile(cfg['arch']['path']):
|
|||||||
up2date = True
|
up2date = True
|
||||||
|
|
||||||
if not up2date:
|
if not up2date:
|
||||||
print('Downloading...')
|
|
||||||
os.makedirs(os.path.dirname(cfg['arch']['path']), exist_ok = True)
|
os.makedirs(os.path.dirname(cfg['arch']['path']), exist_ok = True)
|
||||||
with open(cfg['arch']['path'], 'wb') as f, urlopen(iso) as u:
|
with open(cfg['arch']['path'], 'wb') as f, urlopen(iso) as u:
|
||||||
f.write(u.read())
|
f.write(u.read())
|
||||||
else:
|
|
||||||
print('No need to download; we are up to date')
|
|
||||||
|
|
||||||
print('Done')
|
|
||||||
|
Loading…
Reference in New Issue
Block a user