OP-3021 - fix template value

Cannot use format function
This commit is contained in:
Petr Kalis 2022-04-14 17:39:10 +02:00
parent 6bf92ef0f6
commit 4d1345f2e4

View file

@ -98,7 +98,7 @@ class CreateWriteRender(plugin.OpenPypeCreator):
self.log.info("Adding template path from plugin")
write_data.update({
"fpath_template":
("{work}/{}s/nuke/{subset}".format(self.family) +
("{work}/" + self.family + "s/nuke/{subset}"
"/{subset}.{frame}.{ext}")})
write_node = self._create_write_node(selected_node,