Skip to content

Commit c61c864

Browse files
committed
Oops
1 parent ef8a42f commit c61c864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

censusbatchgeocoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def _handle_chunk(self, chunk):
8989
chunk_writer.writerows(chunk)
9090

9191
# Request batch from the API
92-
io_klass(chunk_file.getvalue())
92+
request_file = io_klass(chunk_file.getvalue())
9393
response = self.get_response(request_file)
9494

9595
# Add the response to what we return

0 commit comments

Comments
 (0)