提交 ad4c1169 编写于 作者: P Paul Tremberth

Pass exception directly to SkipTest()

It prints the same as passing `str(e)`
上级 e9bd3289
......@@ -24,7 +24,7 @@ def skip_if_no_boto():
try:
is_botocore()
except NotConfigured as e:
raise SkipTest(str(e))
raise SkipTest(e)
def get_s3_content_and_delete(bucket, path, with_key=False):
""" Get content from s3 key, and delete key afterwards.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册