Cleanup: autopep8

This commit is contained in:
Campbell Barton
2023-03-01 22:12:18 +11:00
parent bd0aa88909
commit e1ab9e352c
21 changed files with 45 additions and 46 deletions

View File

@@ -231,7 +231,7 @@ class FileBlockHeader:
self.SDNAIndex = 0
self.Count = 0
self.FileOffset = handle.tell()
#self.Code += ' ' * (4 - len(self.Code))
# self.Code += ' ' * (4 - len(self.Code))
log.debug("found blend-file-block-fileheader {0} {1}".format(self.Code, self.FileOffset))
def skip(self, handle):