mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 08:52:55 +00:00
batch 1 - update Python idiom to 3.7 using pyupgrade (#11341)
* batch 1 - update Python idiom to 3.7 using pyupgrade * add changelog frag * add changelog frag
This commit is contained in:
parent
a0d3bac88c
commit
5b5f7e9e64
19 changed files with 48 additions and 29 deletions
|
|
@ -115,7 +115,7 @@ class LXDClient:
|
|||
return resp_json
|
||||
self._raise_err_from_json(resp_json)
|
||||
return resp_json
|
||||
except socket.error as e:
|
||||
except OSError as e:
|
||||
raise LXDClientException("cannot connect to the LXD server", err=e) from e
|
||||
|
||||
def _raise_err_from_json(self, resp_json):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue