feat(nks): adding debug log

This commit is contained in:
Jakub Jezek 2020-02-12 15:43:59 +01:00
parent 0cd57430f9
commit f46ca740f5
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -146,6 +146,7 @@ class CollectPlatesData(api.InstancePlugin):
head, padding = os.path.splitext(basename)
ext = ext[1:]
padding = padding[1:]
self.log.debug("_ padding: `{}`".format(padding))
# head, padding, ext = source_file.split('.')
source_first_frame = int(padding)
padding = len(padding)