mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix(celaction): new representation name for audio was not accepted
This commit is contained in:
parent
1db9d9e247
commit
c0cfdbbe5d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class AppendCelactionAudio(pyblish.api.ContextPlugin):
|
||||||
|
|
||||||
# get all available representations
|
# get all available representations
|
||||||
subsets = pype.get_subsets(asset_entity["name"],
|
subsets = pype.get_subsets(asset_entity["name"],
|
||||||
representations=["audio"]
|
representations=["audio", "wav"]
|
||||||
)
|
)
|
||||||
self.log.info(f"subsets is: {pformat(subsets)}")
|
self.log.info(f"subsets is: {pformat(subsets)}")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue