change: update logs

This commit is contained in:
debugtalk
2022-04-22 20:53:14 +08:00
parent 1b6c7c9a93
commit 4bed3af166
3 changed files with 3 additions and 6 deletions

View File

@@ -180,7 +180,7 @@ func createPythonPlugin(projectName string) error {
_, err = builtin.EnsurePython3Venv(fmt.Sprintf("funppy==%s", shared.Version))
if err != nil {
return errors.Wrap(err, "ensure python venv failed")
return err
}
return nil