Update openpype/pipeline/workfile/workfile_template_builder.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Jakub Ježek 2023-01-04 14:26:15 +01:00 committed by GitHub
parent c0157e5787
commit 40cf2956fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1504,7 +1504,6 @@ class PlaceholderCreateMixin(object):
"""
creators_by_name = self.builder.get_creators_by_name()
print(creators_by_name)
creator_items = [
(creator_name, creator.label or creator_name)