alternative approach 2
This commit is contained in:
parent
1e5163b66b
commit
fa931cc2b1
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
import os, sys, glob
|
import os, sys, glob
|
||||||
|
|
||||||
for path in ["../scripts", "./scripts"]:
|
path = workflow.source_path("../scripts/_helpers.py")
|
||||||
sys.path.insert(0, os.path.abspath(path)
|
sys.path.insert(0, os.path.dirname(path))
|
||||||
|
|
||||||
from _helpers import validate_checksum
|
from _helpers import validate_checksum
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user