fixed order of variables in ftrack action delete old versions

This commit is contained in:
Jakub Trllo 2022-05-06 16:27:53 +02:00
parent f0849cbd08
commit b9c211c4b5

View file

@ -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
)
)