fix(celaction): new representation name for audio was not accepted

This commit is contained in:
Jakub Jezek 2020-08-12 10:47:08 +02:00
parent 1db9d9e247
commit c0cfdbbe5d
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -16,7 +16,7 @@ class AppendCelactionAudio(pyblish.api.ContextPlugin):
# get all available representations
subsets = pype.get_subsets(asset_entity["name"],
representations=["audio"]
representations=["audio", "wav"]
)
self.log.info(f"subsets is: {pformat(subsets)}")