updates
This commit is contained in:
parent
d1918edc70
commit
618e8a8014
|
@ -32,7 +32,7 @@ def gdrive_download(id='1HaXkef9z6y5l4vUnCYgdmEAj61c6bfWO', name='coco.zip'):
|
||||||
|
|
||||||
# Unzip if archive
|
# Unzip if archive
|
||||||
if name.endswith('.zip'):
|
if name.endswith('.zip'):
|
||||||
print('Unzipping %s... ' % name, end='')
|
print('unzipping... ', end='')
|
||||||
os.system('unzip -q %s' % name)
|
os.system('unzip -q %s' % name)
|
||||||
|
|
||||||
print('Done (%.1fs)' % (time.time() - t))
|
print('Done (%.1fs)' % (time.time() - t))
|
||||||
|
|
Loading…
Reference in New Issue