Skip to content

Commit 28125fc

Browse files
committed
language update
1 parent c821e67 commit 28125fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/code_utils/config_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def parse_config_file(
105105
if lsp_mode:
106106
# don't fail in lsp mode if codeflash config is not found.
107107
return {}, config_file_path
108-
msg = f"Could not find the 'codeflash' block in the config file {config_file_path}. Please run 'codeflash init' to create the config file."
108+
msg = f"Could not find the 'codeflash' block in the config file {config_file_path}. Please run 'codeflash init' to add Codeflash config in the pyproject.toml config file."
109109
raise ValueError(msg) from e
110110
assert isinstance(config, dict)
111111

0 commit comments

Comments
 (0)