mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix typos / cosmetics
This commit is contained in:
parent
41a2ee812a
commit
107e2e637e
111 changed files with 237 additions and 237 deletions
|
|
@ -32,7 +32,7 @@ class AppendCelactionAudio(pyblish.api.ContextPlugin):
|
|||
repr = next((r for r in reprs), None)
|
||||
if not repr:
|
||||
raise "Missing `audioMain` representation"
|
||||
self.log.info(f"represetation is: {repr}")
|
||||
self.log.info(f"representation is: {repr}")
|
||||
|
||||
audio_file = repr.get('data', {}).get('path', "")
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ class AppendCelactionAudio(pyblish.api.ContextPlugin):
|
|||
representations (list): list for all representations
|
||||
|
||||
Returns:
|
||||
dict: subsets with version and representaions in keys
|
||||
dict: subsets with version and representations in keys
|
||||
"""
|
||||
|
||||
# Query all subsets for asset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue