GitHub user vdloo opened a pull request:
https://github.com/apache/libcloud/pull/1260
remove unused variable in parse_error
This variable is not used, `text` is overwritten in any of the possible
cases (except in the path where it throws the KeyPairDoesNotExistError
but in that case it does not matter).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vdloo/libcloud
remove-unused-text-none-common-openstack-py
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1260.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1260
----
commit 1617171ac30360a0b15f10568e869506e57fd7ec
Author: Rick van de Loo <rickvandeloo@...>
Date: 2018-11-28T13:06:22Z
remove unused variable in parse_error
This variable is not used, text is overwritten in any of the possible
cases (except in the path where it throws the KeyPairDoesNotExistError
but in that case it does not matter).
----
---