Cleanup: autopep8

This commit is contained in:
Campbell Barton
2022-04-26 15:03:04 +10:00
parent 802bc8e233
commit e3724d29ff
6 changed files with 6 additions and 6 deletions

View File

@@ -411,7 +411,7 @@ def main():
# read blend header from blend file
log.info("2: read file:")
if not dir in sys.path:
if dir not in sys.path:
sys.path.append(dir)
import BlendFileReader