We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5183c02 commit 300264aCopy full SHA for 300264a
caltechdata_api/caltechdata_write.py
@@ -47,7 +47,7 @@ def add_file_links(metadata, file_links):
47
path = link.split(endpoint)[1]
48
try:
49
size = s3.info(path)["Size"]
50
- size = humanbytes(size) # round(size / 1024.0 / 1024.0 / 1024.0, 2)
+ size = humanbytes(size)
51
except:
52
size = 0
53
if link_string == "":
0 commit comments