|
@@ -60,7 +60,7 @@ def maybe_download(directory, filename, url):
|
|
print "Downloading %s to %s" % (url, filepath)
|
|
print "Downloading %s to %s" % (url, filepath)
|
|
filepath, _ = urllib.request.urlretrieve(url, filepath)
|
|
filepath, _ = urllib.request.urlretrieve(url, filepath)
|
|
statinfo = os.stat(filepath)
|
|
statinfo = os.stat(filepath)
|
|
- print "Succesfully downloaded", filename, statinfo.st_size, "bytes"
|
|
|
|
|
|
+ print "Successfully downloaded", filename, statinfo.st_size, "bytes"
|
|
return filepath
|
|
return filepath
|
|
|
|
|
|
|
|
|