Skip to content

Commit

Permalink
Refs #21564: Change expected xsd installation path
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
  • Loading branch information
Mario-DL committed Oct 2, 2024
1 parent d7c6686 commit 93bff05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fastdds/xml_ci/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ def xsd_dir(self):
"""
tool_path = Path(os.path.dirname(os.path.realpath(__file__)))
# We assume the schema path is relative to our installation path
return tool_path / '../../../share/fastdds_profiles.xsd'
return tool_path / '../../../share/fastdds/fastdds_profiles.xsd'

0 comments on commit 93bff05

Please sign in to comment.