[LIBCLOUD-664] EC2 driver breaks contract with base driver in `list_volume_snapshots` #451
Conversation
I don't understand why this build suddenly fails when I did not change a significant thing. |
Tests fixed. |
libcloud/compute/drivers/ec2.py
Outdated
:param volume: the StorageVolume to filter on | ||
:return: a list of all VolumeSnapshots for the given StorageVolume | ||
:rtype: [VolumeSnapshot] |
Kami
Feb 18, 2015
Member
Please change it to:
:rtype: ``list`` of :class:`VolumeSnapshot`
Please change it to:
:rtype: ``list`` of :class:`VolumeSnapshot`
Kami
Feb 18, 2015
Member
Actually, you can remove this docstring all together since the method in the base class already has a doctring and this method signature matches the base method's signature.
Actually, you can remove this docstring all together since the method in the base class already has a doctring and this method signature matches the base method's signature.
allardhoeve
Feb 18, 2015
Author
Contributor
Aaaand it's gone.
Aaaand it's gone.
Docstring also removed from related #450 |
For some reason the patch doesn't apply cleanly. Can you please sync your branch with master and squash all the commits? |
6dfa72e
to
9fa614a
Did |
Merged into trunk. Thanks. Next time please mention my nickname since we don't get notified about new comments. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
No description provided.