Open kallewesterling opened 2 years ago
Currently, the script/queries use both. I think, go with pathlib is a better idea. It is the modern way (since Python 3.4) and since we're already asking for 3.7+ here, there's no reason to stick with the os library.
pathlib
os
Currently, the script/queries use both. I think, go with
pathlib
is a better idea. It is the modern way (since Python 3.4) and since we're already asking for 3.7+ here, there's no reason to stick with theos
library.