Skip to content

Commit 895c447

Browse files
authored
Update cmd_init.py
1 parent f044c50 commit 895c447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ def configure_pyproject_toml(setup_info: SetupInfo) -> None:
591591
try:
592592
result = subprocess.run([formatter], capture_output=True, check=False)
593593
except FileNotFoundError as e:
594-
click.echo(f"⚠️ Formatter not found: {formatter}, please install via \'pip install {formatter}\'")
594+
click.echo(f"⚠️ Formatter not found: {formatter}, please ensure it is installed")
595595
codeflash_section["formatter-cmds"] = formatter_cmds
596596
# Add the 'codeflash' section, ensuring 'tool' section exists
597597
tool_section = pyproject_data.get("tool", tomlkit.table())

0 commit comments

Comments
 (0)