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: