mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3481 - fix source, must be string
This commit is contained in:
parent
0047ca458c
commit
dbcf9097d3
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class CollectSettingsSimpleInstances(pyblish.api.InstancePlugin):
|
|||
"files": filenames
|
||||
})
|
||||
|
||||
instance.data["source"] = filepaths
|
||||
instance.data["source"] = "\n".join(filepaths)
|
||||
|
||||
self.log.debug("Created Simple Settings instance {}".format(
|
||||
instance.data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue