Changed raise to raise exception
authorEvamvid Sharma <evamvid@gmail.com>
Tue, 9 Jun 2015 21:58:50 +0000 (17:58 -0400)
committerEvamvid Sharma <evamvid@gmail.com>
Tue, 9 Jun 2015 21:58:50 +0000 (17:58 -0400)
commitf5d2c1f1eee9c6898e016c6f47fbdd6e51486d7e
tree3e7894611630c0fa2be83a3a2ff4987b72e8ab3a
parentfe60c1d80607b7590ce5dd46565e18767ac9a190
Changed raise to raise exception

Line 286.

This prevents the "RuntimeError: No active exception to reraise" error.

http://stackoverflow.com/a/28871066

Didn't look like anyone had changed the line.
tweepy/streaming.py