Closed yeisonvargasf closed 2 years ago
Remove the use of split and join to resolve paths, now we trust on PurePath from the pathlib standard library.
split
join
PurePath
pathlib
Remove the use of
split
andjoin
to resolve paths, now we trust onPurePath
from thepathlib
standard library.