Skip to content

Commit a0610ce

Browse files
committed
Fixed sys.path
1 parent 0c23c4e commit a0610ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_tool_competition_2024_utbot_python/generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _build_test(
6363
sys.stderr.write("ERROR: This script works only on Linux\n")
6464
exit(1)
6565

66-
sys_paths = [target_file_info.config.targets_dir.parent]
66+
sys_paths = [target_file_info.config.targets_dir]
6767

6868
with tempfile.TemporaryDirectory() as tempdir:
6969
output_dir = pathlib.Path(tempdir)

0 commit comments

Comments
 (0)