nuke: typo and wrong log in slate extractor

This commit is contained in:
Jakub Jezek 2023-11-21 17:23:14 +01:00
parent f435408018
commit 9d2c600c8b
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -276,7 +276,7 @@ class ExtractSlateFrame(publish.Extractor):
if not matching_repre:
self.log.info(
"Matching reresentation was not found."
"Matching representation was not found."
" Representation files were not filled with slate."
)
return
@ -294,7 +294,7 @@ class ExtractSlateFrame(publish.Extractor):
self.log.debug(
"__ matching_repre: {}".format(pformat(matching_repre)))
self.log.warning("Added slate frame to representation files")
self.log.info("Added slate frame to representation files")
def add_comment_slate_node(self, instance, node):