mirror of https://github.com/scrapy/scrapy.git
Fix SkipTest() message for botocore import test
This commit is contained in:
parent
a6bc758db1
commit
9d51e1fc3e
|
|
@ -24,7 +24,7 @@ def skip_if_no_boto():
|
|||
try:
|
||||
is_botocore()
|
||||
except NotConfigured as e:
|
||||
raise SkipTest(e.message)
|
||||
raise SkipTest(e)
|
||||
|
||||
def get_s3_content_and_delete(bucket, path, with_key=False):
|
||||
""" Get content from s3 key, and delete key afterwards.
|
||||
|
|
|
|||
Loading…
Reference in New Issue