mirror of https://github.com/ansible/ansible.git
Backport #47219 fixes Python 3.7 bugs
* Resolve invalid-unary-operand-type.
* Resolve stop-iteration-return.
(cherry-picked from c24c19594e
)
pull/51370/head
parent
7d52c07df2
commit
f759b5463b
@ -0,0 +1,6 @@
|
||||
bugfixes:
|
||||
- consul_kv - minor error-handling bugfix under Python 3.7 (https://github.com/ansible/ansible/pull/47219)
|
||||
- cnos_backup - fixed syntax error (https://github.com/ansible/ansible/pull/47219)
|
||||
- cnos_image - fixed syntax error (https://github.com/ansible/ansible/pull/47219)
|
||||
- apt_repository - fixed failure under Python 3.7 (https://github.com/ansible/ansible/pull/47219)
|
||||
- netapp_e_storagepool - fixed failure under Python 3.7 (https://github.com/ansible/ansible/pull/47219)
|
Loading…
Reference in New Issue