From 1332b7808f828e50307296c43f0568d842a21aa7 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Wed, 29 May 2024 22:26:27 +0200 Subject: [PATCH] Remove extra spaces from start_ursim statement in tests With those extra spaces the input isn't correctly parsed. (cherry picked from commit 9da8109ce1521dd99bc6696840c83ff2cfa449ed) --- ur_robot_driver/test/test_common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ur_robot_driver/test/test_common.py b/ur_robot_driver/test/test_common.py index 5b6033cea..435a20c37 100644 --- a/ur_robot_driver/test/test_common.py +++ b/ur_robot_driver/test/test_common.py @@ -273,8 +273,7 @@ def _ursim_action(): "start_ursim.sh", ] ), - " ", - "-m ", + "-m", ur_type, ], name="start_ursim",