alternative approach 2

This commit is contained in:
Fabian Neumann 2024-02-12 13:54:28 +01:00
parent 1e5163b66b
commit fa931cc2b1

View File

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