Skip to content
Snippets Groups Projects
Commit ec4fa270 authored by Daniel Ingram's avatar Daniel Ingram
Browse files

Fix typo 'Does the that...' -> 'Does the...'

parent 5781d97d
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ def create(msg_pkg_name, output_dir):
os.makedirs(genjava_gradle_dir)
msg_package_index = create_msg_package_index()
if msg_pkg_name not in msg_package_index.keys():
raise IOError("could not find %s among message packages. Does the that package have a <build_depend> on message_generation in its package.xml?" % msg_pkg_name)
raise IOError("could not find %s among message packages. Does the package have a <build_depend> on message_generation in its package.xml?" % msg_pkg_name)
msg_dependencies = create_dependency_string(msg_pkg_name, msg_package_index)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment