ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
275 stars 31 forks source link

Fix/issue 139: process cases that pathlib.Path.resolve fails on errors in .ioinfo.utils.get_path_and_ext #140

Closed ssato closed 2 years ago

ssato commented 2 years ago

Process cases that pathlib.Path.resolve fails on errors in .ioinfo.utils.get_path_and_ext on windows with colorama for example.

It may closes #139, I guess.