Background: I\'m taking data in my Python/AppEngine project and creating a .tsv file so that I can create charts with d3.js. Right now I\'m writing the CSV with each page l
The problem is that writer.writerow doesn't return anything. The return type will be None, and you are trying to write that into gcs_file.
writer.writerow
None
gcs_file