We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9f0df commit 89fe096Copy full SHA for 89fe096
tools/fastdds/xml_ci/parser.py
@@ -108,4 +108,4 @@ def xsd_dir(self):
108
"""
109
tool_path = Path(os.path.dirname(os.path.realpath(__file__)))
110
# We assume the schema path is relative to our installation path
111
- return tool_path / '../../../share/fastdds_profiles.xsd'
+ return tool_path / '../../../share/fastdds/fastdds_profiles.xsd'
0 commit comments