Skip to content

Commit

Permalink
adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarcsj committed Oct 16, 2024
1 parent 5e88a7f commit 8414324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"current_dir = os.getcwd()\n",
"\n",
"# Navigate up two levels to reach the project root\n",
"project_root = os.path.abspath(os.path.join(current_dir, '..', '..'))\n",
"project_root = os.path.abspath(os.path.join(current_dir, '..', '..','..'))\n",
"\n",
"output_dir = os.path.join(project_root, 'test_data', 'system_tests')\n",
"\n",
Expand Down

0 comments on commit 8414324

Please sign in to comment.