Skip to content

Commit 86170fc

Browse files
author
Juan Ignacio Ubeira
authored
Merge pull request rosjava#20 from daniel-s-ingram/kinetic
Fix typo 'Does the that...' -> 'Does the...'
2 parents 5781d97 + ec4fa27 commit 86170fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/genjava/gradle_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def create(msg_pkg_name, output_dir):
149149
os.makedirs(genjava_gradle_dir)
150150
msg_package_index = create_msg_package_index()
151151
if msg_pkg_name not in msg_package_index.keys():
152-
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)
152+
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)
153153

154154
msg_dependencies = create_dependency_string(msg_pkg_name, msg_package_index)
155155

0 commit comments

Comments
 (0)