Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a0610ce

Browse files
committedDec 4, 2023
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.