Skip to content

Commit 8a0a29e

Browse files
authored
Merge pull request #194 from William8915/main
Fix issue #193
2 parents e33a415 + 5fdc14e commit 8a0a29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test_rustbca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55
import os
66
#This should allow the script to find materials and formulas from anywhere
7-
sys.path.append(os.path.dirname(__file__)+'../scripts')
7+
sys.path.append(os.path.dirname(__file__)+'/../scripts')
88
sys.path.append('scripts')
99
from materials import *
1010
from formulas import *

0 commit comments

Comments
 (0)