Skip to content

Commit f00d02b

Browse files
authored
Fix references not found in AlgorithmImports (#9352)
1 parent 4926a4f commit f00d02b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Common/AlgorithmImports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# current working directory. We therefore construct the absolute path to the
2020
# start.py file, and find the runtimeconfig.json relative to that.
2121
path = os.path.dirname(os.path.realpath(__file__))
22+
sys.path.append(path)
2223

2324
from clr import AddReference
2425
AddReference("System")

0 commit comments

Comments
 (0)