Skip to content

Commit 89fe096

Browse files
committed
Refs #21564: Change expected xsd installation path
Signed-off-by: Mario Dominguez <[email protected]>
1 parent db9f0df commit 89fe096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/fastdds/xml_ci/parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ def xsd_dir(self):
108108
"""
109109
tool_path = Path(os.path.dirname(os.path.realpath(__file__)))
110110
# We assume the schema path is relative to our installation path
111-
return tool_path / '../../../share/fastdds_profiles.xsd'
111+
return tool_path / '../../../share/fastdds/fastdds_profiles.xsd'

0 commit comments

Comments
 (0)