fox example

This commit is contained in:
Jakub Trllo 2025-04-22 17:19:54 +02:00
parent 4b385c141f
commit 33df9ec9f5

View file

@ -304,7 +304,7 @@ def run_ayon_launcher_process(
Example:
```
run_ayon_process("run", "<path to .py script>")
run_ayon_launcher_process("run", "<path to .py script>")
```
Args:
@ -334,7 +334,7 @@ def run_detached_ayon_launcher_process(
Example:
```
run_ayon_process("run", "<path to .py script>")
run_detached_ayon_launcher_process("run", "<path to .py script>")
```
Args: