We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a80e9 commit bf9d23aCopy full SHA for bf9d23a
codeflash/cli_cmds/cli.py
@@ -220,7 +220,7 @@ def process_pyproject_config(args: Namespace) -> Namespace:
220
221
def project_root_from_pyproject_file(pyproject_file_path: Path) -> Path:
222
"""Assume that the pyproject.toml file is in the root of the project."""
223
- return pyproject_file_path.parent
+ return pyproject_file_path.parent.resolve()
224
225
226
def handle_optimize_all_arg_parsing(args: Namespace) -> Namespace:
0 commit comments