提交 18a38181 编写于 作者: M Mikhail Korobov

Remove unneeded `raise` (thanks @lopuhin).

上级 104027d7
......@@ -87,7 +87,7 @@ class Crawler(object):
yield self.engine.close()
if six.PY2:
raise six.reraise(*exc_info)
six.reraise(*exc_info)
raise
def _create_spider(self, *args, **kwargs):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册