We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6d6a6 commit 3b42ee3Copy full SHA for 3b42ee3
docs/code-examples/roundtrips.py
@@ -12,7 +12,7 @@
12
from os import listdir
13
from os.path import isfile, join
14
15
-sys.path.append(os.path.dirname(os.path.realpath(__file__)) + "/../scripts/")
+sys.path.append(os.path.dirname(os.path.realpath(__file__)) + "/../../scripts/")
16
from roundtrip_utils import cmake_build, cmake_configure, cpp_build_dir, roundtrip_env, run, run_comparison # noqa
17
18
# fmt: off
0 commit comments