add the full stop

This commit is contained in:
Kayla Man 2023-11-09 17:23:11 +08:00
parent ed60c361ba
commit f52af5bcc4

View file

@ -49,7 +49,7 @@ class ExtractFBXAnimation(publish.Extractor):
]
self.log.debug(
"Top group of animated skeleton not found in "
"{}.\nSkipping fbx animation extraction".format(skeleton_set))
"{}.\nSkipping fbx animation extraction.".format(skeleton_set))
return
namespace = get_namespace(out_members[0])