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 4bdcf7e commit 3887d71Copy full SHA for 3887d71
Algorithmia/datafile.py
@@ -54,7 +54,7 @@ def getFile(self, as_path=False):
54
def getAsZip(self):
55
"""Download/decompress file/directory and return path to file/directory.
56
57
- Expects the `DataFile` object to point to a zip-compatible data API location.
+ Expects the `DataFile` object to contain a data API path pointing to a file/directory compressed with a zip-based compression algorithm.
58
Either returns the directory or a path to the file, depending on whether a directory or file was zipped.
59
"""
60
local_file_path = self.getFile(as_path=True)
0 commit comments