LeoSebal

Results 1 comments of LeoSebal

Thank you for your answer! Indeed, I am now using os.path.join() instead of pathlib's paths, and it works perfectly. Specifically: ``` CLibrary(os.path.join(*clib_path.parts), parser) ``` where `clib_path` is a pathlib.Path object....