mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fox example
This commit is contained in:
parent
4b385c141f
commit
33df9ec9f5
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue