mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix lint.
This commit is contained in:
parent
c01cfa4397
commit
fa014fa93c
1 changed files with 3 additions and 2 deletions
|
|
@ -861,8 +861,9 @@ class Creator(BaseCreator):
|
|||
template_data = {}
|
||||
|
||||
# TODO: confirm feature
|
||||
anatomy_data_settings = self.project_settings["core"]["publish"]["CollectAnatomyInstanceData"]
|
||||
follow_workfile_version = anatomy_data_settings["follow_workfile_version"]
|
||||
publish_settings = self.project_settings["core"]["publish"]
|
||||
anatomy_settings = publish_settings["CollectAnatomyInstanceData"]
|
||||
follow_workfile_version = anatomy_settings["follow_workfile_version"]
|
||||
if follow_workfile_version:
|
||||
current_workfile = self.create_context.get_current_workfile_path()
|
||||
workfile_version = get_version_from_path(current_workfile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue