Skip to content

Commit 66e7962

Browse files
committed
Fix test sys.path usage.
1 parent 815f760 commit 66e7962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/erlang_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
import sys
3333
import os
34-
sys.path.append(
34+
sys.path.insert(0,
3535
os.path.sep.join(
3636
os.path.dirname(
3737
os.path.abspath(__file__)

0 commit comments

Comments
 (0)