mirror of https://github.com/ansible/ansible.git
[stable-2.14] ansible-test - Avoid direct use of `errno`. (#79972)
Error handling on Python 3.x no longer requires the use of `errno` to identify specific errors.
(cherry picked from commit f9715f436c)
pull/79982/head
parent
05ec8b6808
commit
50b6d3515c
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - Update error handling code to use Python 3.x constructs, avoiding direct use of ``errno``.
|
||||
Loading…
Reference in New Issue