Skip to content

Instantly share code, notes, and snippets.

@santagada
Created February 22, 2013 14:34
Show Gist options
  • Save santagada/5013833 to your computer and use it in GitHub Desktop.
Save santagada/5013833 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "verificador.py", line 74, in <module>
main()
File "verificador.py", line 68, in main
pool.join()
File "/home/santagada/.virtualenvs/x/local/lib/python2.7/site-packages/gevent/pool.py", line 103, in join
self._empty_event.wait(timeout=timeout)
File "/home/santagada/.virtualenvs/x/local/lib/python2.7/site-packages/gevent/event.py", line 74, in wait
result = get_hub().switch()
File "/home/santagada/.virtualenvs/x/local/lib/python2.7/site-packages/gevent/hub.py", line 164, in switch
return greenlet.switch(self)
KeyboardInterrupt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment