Fix a warning which was missing a space after the preiod. (#2022)
This commit is contained in:
parent
1de9acb7ad
commit
e504226386
@ -404,7 +404,7 @@ class Instance(TaggedEC2Resource, BotoInstance):
|
|||||||
warnings.warn('Could not find AMI with image-id:{0}, '
|
warnings.warn('Could not find AMI with image-id:{0}, '
|
||||||
'in the near future this will '
|
'in the near future this will '
|
||||||
'cause an error.\n'
|
'cause an error.\n'
|
||||||
'Use ec2_backend.describe_images() to'
|
'Use ec2_backend.describe_images() to '
|
||||||
'find suitable image for your test'.format(image_id),
|
'find suitable image for your test'.format(image_id),
|
||||||
PendingDeprecationWarning)
|
PendingDeprecationWarning)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user