ansible-navigator icon indicating copy to clipboard operation
ansible-navigator copied to clipboard

Switch to the use of `pathlib` where possible

Open cidrblock opened this issue 3 years ago • 2 comments
trafficstars

as noted in #624

Switch to the use of pathlib where possible away from os.path

cidrblock avatar Dec 10 '21 13:12 cidrblock

https://gitlab.com/RoPP/flake8-use-pathlib

webknjaz avatar Dec 10 '21 17:12 webknjaz

Fwiw, https://docs.python.org/3/library/pathlib.html#correspondence-to-tools-in-the-os-module

tinvaan avatar Dec 10 '22 03:12 tinvaan