Added search path and preferences support for tools
This commit is contained in:
@@ -38,7 +38,7 @@ class PostProcessor:
|
||||
def load(cls, processor):
|
||||
PathLog.track(processor)
|
||||
syspath = sys.path
|
||||
paths = PathPreferences.searchPaths()
|
||||
paths = PathPreferences.searchPathsPost()
|
||||
paths.extend(sys.path)
|
||||
sys.path = paths
|
||||
|
||||
|
||||
Reference in New Issue
Block a user