Skip to content

Commit

Permalink
python: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 12, 2023
1 parent 904e458 commit b0e668f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/core/python.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ impl Plugin for PythonPlugin {
if matches!(&ctx.tv.request, ToolVersionRequest::Ref(..)) {
return Err(eyre!("Ref versions not supported for python"));
}
ctx.pr.set_message("running python-build");
ctx.pr.set_message("Running python-build");
let mut cmd = CmdLineRunner::new(&ctx.config.settings, self.python_build_bin())
.with_pr(&ctx.pr)
.arg(ctx.tv.version.as_str())
Expand Down

0 comments on commit b0e668f

Please sign in to comment.