We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c23c4e commit a0610ceCopy full SHA for a0610ce
python_tool_competition_2024_utbot_python/generator.py
@@ -63,7 +63,7 @@ def _build_test(
63
sys.stderr.write("ERROR: This script works only on Linux\n")
64
exit(1)
65
66
- sys_paths = [target_file_info.config.targets_dir.parent]
+ sys_paths = [target_file_info.config.targets_dir]
67
68
with tempfile.TemporaryDirectory() as tempdir:
69
output_dir = pathlib.Path(tempdir)
0 commit comments