Skip to content

Commit 9da8109

Browse files
Felix ExnerVinDp
authored andcommitted
Remove extra spaces from start_ursim statement in tests
With those extra spaces the input isn't correctly parsed.
1 parent 1a9399d commit 9da8109

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)