Tests: update default library path for batch blendfile loader

This commit is contained in:
Campbell Barton 2024-02-23 14:56:53 +11:00
parent d379897019
commit 292b39b7f4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from typing import (
)
SOURCE_DIR = os.path.abspath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
LIB_DIR = os.path.abspath(os.path.normpath(os.path.join(SOURCE_DIR, "..", "lib")))
LIB_DIR = os.path.abspath(os.path.normpath(os.path.join(SOURCE_DIR, "lib")))
SORT_BY_FN = {
"PATH": lambda path: path,