projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a9d33a
)
The "raise exception" is overriding the stack trace and hiding all errors, a simple...
author
André Panisson
<panisson@gmail.com>
Mon, 18 Apr 2011 16:57:08 +0000
(09:57 -0700)
committer
André Panisson
<panisson@gmail.com>
Mon, 18 Apr 2011 16:57:08 +0000
(09:57 -0700)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index 5203bcc1f5ce0a758193c0f8b8e5a073a4e06f2b..213ccbaeb34b8a4e5a28527f1858dc020e3163a1 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-133,7
+133,7
@@
class Stream(object):
conn.close()
if exception:
- raise
exception
+ raise
def _read_loop(self, resp):
while self.running: