mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
use the new get_command helper in check_call
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
This commit is contained in:
parent
a9334a1c8c
commit
897dfc113f
@ -273,7 +273,7 @@ def command_check_call(arguments):
|
||||
of making sure that executables *will* be found and will error nicely
|
||||
otherwise.
|
||||
"""
|
||||
_check_command_executable(arguments)
|
||||
arguments = _get_command_executable(arguments)
|
||||
return subprocess.check_call(arguments)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user