Fixed path filters on Windows

This commit is contained in:
Bartek Kryza
2023-01-07 11:07:00 +00:00
parent 1cbc3e697d
commit f1f6051cf7
3 changed files with 9 additions and 3 deletions

View File

@@ -599,7 +599,7 @@ template <> struct convert<sequence_diagram> {
// Ensure relative_to has a value
if (!rhs.relative_to.has_value)
rhs.relative_to.set(std::filesystem::current_path());
rhs.relative_to.set(std::filesystem::current_path().lexically_normal());
rhs.initialize_type_aliases();