Skip to content

Commit 3b42ee3

Browse files
committed
fix roundtrip code example path
1 parent 0a6d6a6 commit 3b42ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-examples/roundtrips.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from os import listdir
1313
from os.path import isfile, join
1414

15-
sys.path.append(os.path.dirname(os.path.realpath(__file__)) + "/../scripts/")
15+
sys.path.append(os.path.dirname(os.path.realpath(__file__)) + "/../../scripts/")
1616
from roundtrip_utils import cmake_build, cmake_configure, cpp_build_dir, roundtrip_env, run, run_comparison # noqa
1717

1818
# fmt: off

0 commit comments

Comments
 (0)