Skip to content

Commit e7740b7

Browse files
authored
Remove extra spaces from start_ursim statement in tests ( backport of #1010)
With those extra spaces the input isn't correctly parsed.
1 parent 5ab3f4f commit e7740b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ur_robot_driver/test/test_common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@ def _ursim_action():
273273
"start_ursim.sh",
274274
]
275275
),
276-
" ",
277-
"-m ",
276+
"-m",
278277
ur_type,
279278
],
280279
name="start_ursim",

0 commit comments

Comments
 (0)