[FIX] pull-submodule work with python3.10
This commit is contained in:
parent
4536c52558
commit
415fe743f6
|
|
@ -107,7 +107,7 @@ def get_local_user_id():
|
|||
return os.getuid()
|
||||
|
||||
|
||||
def execute_check_output(args_list, working_directory=False):
|
||||
def execute_check_output(args_list, working_directory=None):
|
||||
logger.debug(f"Execute {' '.join(args_list)}")
|
||||
subprocess.check_output(args_list, cwd=working_directory)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user