mattdeitke
commited on
Commit
•
5c01388
1
Parent(s):
04c89f5
update docstring
Browse files
objaverse_xl/thingiverse.py
CHANGED
@@ -103,7 +103,8 @@ def download_thingiverse_objects(
|
|
103 |
Returns:
|
104 |
List[Dict[str, str]]: The list of things and files that were downloaded. Each
|
105 |
item in the list is a dictionary with the keys "thingId", "fileId",
|
106 |
-
"filePath", and everything else from the annotations.
|
|
|
107 |
"""
|
108 |
if processes is None:
|
109 |
processes = multiprocessing.cpu_count()
|
|
|
103 |
Returns:
|
104 |
List[Dict[str, str]]: The list of things and files that were downloaded. Each
|
105 |
item in the list is a dictionary with the keys "thingId", "fileId",
|
106 |
+
"filePath", and everything else from the annotations. If the file was
|
107 |
+
not successfully downloaded, the item will not appear in the list.
|
108 |
"""
|
109 |
if processes is None:
|
110 |
processes = multiprocessing.cpu_count()
|