Skip to content
Snippets Groups Projects
Commit 3caf0ff5 authored by Daniel Skýpala's avatar Daniel Skýpala
Browse files

Refresh: Fix directory

parent b3f581c6
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ def test_random(task_commits: dict[str, str]):
shuffle(task_commits)
for task, commit_hash in task_commits:
if not os.path.exists(os.path.join(config.DATA_DIR, path_to_str(task), commit_hash)):
if not os.path.exists(os.path.join(config.DATA_DIR, "tests", path_to_str(task), commit_hash)):
return test_task_commit(task, commit_hash)
return None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment