Skip to content

Commit

Permalink
Update ros2caret/verb/version.py
Browse files Browse the repository at this point in the history
Co-authored-by: ymski <[email protected]>
  • Loading branch information
h-suzuki-isp and ymski authored Mar 11, 2024
1 parent eefec83 commit 590ad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2caret/verb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def get_version(self):
return version_element.text
except(PackageNotFoundError, FileNotFoundError):
xml_path = os.path.join(get_package_share_directory('ros2caret'), 'package.xml')
raise RuntimeError(f'Error: not found {xml_path}')
raise RuntimeError(f'Error: Cannot find {xml_path}')

0 comments on commit 590ad0e

Please sign in to comment.