Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed Feb 17, 2025
1 parent d0a60b8 commit d68df03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/skrobot_tests/test_console_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def test_convert_urdf_mesh(self):
for cmd in cmds:
print('Executing {}'.format(cmd))
result = subprocess.run(cmd, shell=True, **kwargs)
print(cmd)
if result.returncode != 0:
print(result.stdout.decode())
print(result.stderr.decode())
Expand Down

0 comments on commit d68df03

Please sign in to comment.