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 290f7b3 commit ffbb167Copy full SHA for ffbb167
codeflash/optimization/optimizer.py
@@ -81,7 +81,7 @@ def run(self) -> None:
81
console.rule()
82
if not env_utils.ensure_codeflash_api_key():
83
return
84
- if not env_utils.check_formatter_installed():
+ if not env_utils.check_formatter_installed(self.args.formatter_cmds):
85
86
function_optimizer = None
87
file_to_funcs_to_optimize: dict[Path, list[FunctionToOptimize]]
0 commit comments