Skip to content

Commit f044c50

Browse files
committed
suggest installing via pip
1 parent fe71b4f commit f044c50

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}")
594+
click.echo(f"⚠️ Formatter not found: {formatter}, please install via \'pip install {formatter}\'")
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)