Skip to content

Commit

Permalink
flake8 fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed Jun 13, 2018
1 parent 4e80ed2 commit 738733e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/examples/launch_counters.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def main(argv=sys.argv[1:]):
])

# Setup a custom event handler for all stdout/stderr from processes.
# In the future this will be a configurable, but always present, extension to the LaunchService.
# Later, this will be a configurable, but always present, extension to the LaunchService.
def on_output(event: launch.Event) -> None:
for line in event.text.decode().splitlines():
print('[{}] {}'.format(
Expand Down

0 comments on commit 738733e

Please sign in to comment.