From 33df9ec9f57e92a299a5f88f5a9c754bc97eebda Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Tue, 22 Apr 2025 17:19:54 +0200 Subject: [PATCH] fox example --- client/ayon_core/lib/execute.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ayon_core/lib/execute.py b/client/ayon_core/lib/execute.py index d632c63049..27af3d44ca 100644 --- a/client/ayon_core/lib/execute.py +++ b/client/ayon_core/lib/execute.py @@ -304,7 +304,7 @@ def run_ayon_launcher_process( Example: ``` - run_ayon_process("run", "") + run_ayon_launcher_process("run", "") ``` Args: @@ -334,7 +334,7 @@ def run_detached_ayon_launcher_process( Example: ``` - run_ayon_process("run", "") + run_detached_ayon_launcher_process("run", "") ``` Args: