This commit is contained in:
Glenn Jocher 2019-08-04 17:54:03 +02:00
parent d1918edc70
commit 618e8a8014
1 changed files with 1 additions and 1 deletions

View File

@ -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))