Skip to content

Instantly share code, notes, and snippets.

@rigid
Created May 11, 2015 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rigid/1e1ef0d5be4270ca9655 to your computer and use it in GitHub Desktop.
Save rigid/1e1ef0d5be4270ca9655 to your computer and use it in GitHub Desktop.
Exception in thread Thread-15:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "./util/threaded_csv.py", line 82, in worker
writer.writerows(result_row)
ValueError: I/O operation on closed file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment