mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
OP-3021 - fix template value
Cannot use format function
This commit is contained in:
parent
6bf92ef0f6
commit
4d1345f2e4
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ class CreateWriteRender(plugin.OpenPypeCreator):
|
||||||
self.log.info("Adding template path from plugin")
|
self.log.info("Adding template path from plugin")
|
||||||
write_data.update({
|
write_data.update({
|
||||||
"fpath_template":
|
"fpath_template":
|
||||||
("{work}/{}s/nuke/{subset}".format(self.family) +
|
("{work}/" + self.family + "s/nuke/{subset}"
|
||||||
"/{subset}.{frame}.{ext}")})
|
"/{subset}.{frame}.{ext}")})
|
||||||
|
|
||||||
write_node = self._create_write_node(selected_node,
|
write_node = self._create_write_node(selected_node,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue