mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
fixed order of variables in ftrack action delete old versions
This commit is contained in:
parent
f0849cbd08
commit
b9c211c4b5
1 changed files with 1 additions and 1 deletions
|
|
@ -569,7 +569,7 @@ class DeleteOldVersions(BaseAction):
|
|||
context["frame"] = self.sequence_splitter
|
||||
sequence_path = os.path.normpath(
|
||||
StringTemplate.format_strict_template(
|
||||
context, template
|
||||
template, context
|
||||
)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue