fix for python3.9

This commit is contained in:
Nicholas Albion
2023-10-06 00:21:06 +11:00
parent ac68bad8d4
commit 1e48f7bcfd

View File

@@ -323,7 +323,7 @@ def execute_command_and_check_cli_response(command, timeout, convo):
def run_command_until_success(convo, command,
timeout: Union[int, None],
process_name: str | None = None,
process_name: Union[str, None] = None,
additional_message=None,
force=False,
return_cli_response=False,