remove inefficient _helper.py file search
This commit is contained in:
parent
e8c8d72b3f
commit
5840a9aa11
@ -4,7 +4,7 @@
|
||||
|
||||
import os, sys, glob
|
||||
|
||||
helper_source_path = [match for match in glob.glob("**/_helpers.py", recursive=True)]
|
||||
helper_source_path = workflow.source_path("scripts/_helpers.py")
|
||||
|
||||
for path in helper_source_path:
|
||||
path = os.path.dirname(os.path.abspath(path))
|
||||
|
Loading…
Reference in New Issue
Block a user