We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434e13f commit ab51d4cCopy full SHA for ab51d4c
1 file changed
Algorithmia/datafile.py
@@ -266,6 +266,7 @@ def writable(self):
266
def read(self, __size=None):
267
if not self.local_file:
268
self.local_file = self.getFile()
269
+ output = self.local_file.read()
270
if __size:
271
output = self.local_file.read(__size)
272
else:
0 commit comments