remove inefficient _helper.py file search

This commit is contained in:
Fabian Neumann 2024-02-12 12:17:13 +01:00
parent e8c8d72b3f
commit 5840a9aa11

View File

@ -4,7 +4,7 @@
import os, sys, glob 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: for path in helper_source_path:
path = os.path.dirname(os.path.abspath(path)) path = os.path.dirname(os.path.abspath(path))