Skip to content

Commit

Permalink
Correct indentation
Browse files Browse the repository at this point in the history
Signed-off-by: ivanpauno <[email protected]>
  • Loading branch information
ivanpauno committed May 20, 2019
1 parent e66dbac commit 5e1a0b4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions launch_yaml/test/launch_yaml/test_executable.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ def test_executable():
yaml_file = \
"""\
launch:
- executable:
cmd: ls
cwd: '/'
name: my_ls
args: -l -a -s
shell: true
output: log
launch_prefix: $(env LAUNCH_PREFIX)
env:
- name: var
value: '1'
- executable:
cmd: ls
cwd: '/'
name: my_ls
args: -l -a -s
shell: true
output: log
launch_prefix: $(env LAUNCH_PREFIX)
env:
- name: var
value: '1'
"""
yaml_file = textwrap.dedent(yaml_file)
root_entity, parser = Parser.load(io.StringIO(yaml_file))
Expand Down

0 comments on commit 5e1a0b4

Please sign in to comment.