Update openpype/hosts/fusion/plugins/create/create_saver.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Ježek 2023-05-12 14:12:40 +02:00 committed by GitHub
parent 4e96bc46b3
commit 233c7b3454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,6 @@ class CreateSaver(NewCreator):
tool.SetAttrs({"TOOLS_Name": subset})
def _collect_saver(self, tool):
self.log.info("Collecting saver..")
attrs = tool.GetAttrs()
keys = ["id", "asset", "subset", "task", "variant"]