shambhupatil
shambhupatil
Not sure why, but I'm able to open the file with no issue.
It was v5.4.0. The one CI uses.
I think CIs are failing because the file path should be displayed in quotes.
Okay, I will look into why the quotes were there. Could you tell me how to update the tests?
This bug is because of fs::path to string casting I think.  It can be solved by using [filsesystem::path::generic_string()](https://en.cppreference.com/w/cpp/filesystem/path/generic_string)  This will result in: 
Yes, path.string() does produce single backslash.
Fixed by [this pr](https://github.com/assimp/assimp/pull/5611)