Skip to content

Commit

Permalink
Fix linter errors from ros2#131. (ros2#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich authored and wjwwood committed Aug 27, 2018
1 parent cc57f22 commit b39645c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions launch_testing/launch_testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
from launch.events import Shutdown

# for backward compatibility
from launch_testing.legacy import InMemoryHandler # noqa: F401
from launch_testing.legacy import UnmatchedOutputError # noqa: F401
from launch_testing.legacy import create_handler # noqa: F401
from launch_testing.legacy import get_default_filtered_patterns # noqa: F401
from launch_testing.legacy import get_default_filtered_prefixes # noqa: F401
from launch_testing.legacy import get_rmw_output_filter # noqa: F401
from launch_testing.legacy import InMemoryHandler # noqa: F401
from launch_testing.legacy import UnmatchedOutputError # noqa: F401


class LaunchTestService():
Expand Down Expand Up @@ -66,7 +66,7 @@ def on_test_process_exit(event, context):

def run(self, launch_service, *args, **kwargs):
"""
Invokes the `run` method of the launch service.
Invoke the `run` method of the launch service.
:returns: If the return value of the parent method is zero but any of
the test processes exited with a non-zero return code the return of
Expand Down

0 comments on commit b39645c

Please sign in to comment.