alternative approach

This commit is contained in:
Fabian Neumann 2024-02-12 13:45:42 +01:00
parent 5840a9aa11
commit 1e5163b66b

View File

@ -4,11 +4,8 @@
import os, sys, glob import os, sys, glob
helper_source_path = workflow.source_path("scripts/_helpers.py") for path in ["../scripts", "./scripts"]:
sys.path.insert(0, os.path.abspath(path)
for path in helper_source_path:
path = os.path.dirname(os.path.abspath(path))
sys.path.insert(0, os.path.abspath(path))
from _helpers import validate_checksum from _helpers import validate_checksum