mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
b8e8fe8897
commit
81bb74c7ea
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
|
|||
"wrap",
|
||||
"openrv",
|
||||
"cinema4d",
|
||||
"silhouette"
|
||||
"silhouette",
|
||||
}
|
||||
launch_types = {LaunchTypes.local}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ class OCIOEnvHook(PreLaunchHook):
|
|||
"resolve",
|
||||
"openrv",
|
||||
"cinema4d",
|
||||
"silhouette"
|
||||
"silhouette",
|
||||
}
|
||||
launch_types = set()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue