change: hrp install httprunner v4

This commit is contained in:
debugtalk
2022-04-25 18:36:24 +08:00
parent f5ff03d346
commit 1a1016bc37
7 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ func EnsurePython3Venv(packages ...string) (string, error) {
venvDir := filepath.Join(home, ".hrp", "venv")
python3, err := shared.EnsurePython3Venv(venvDir, packages...)
if err != nil {
return "", errors.Wrap(err, "ensure python venv failed")
return "", errors.Wrap(err, "ensure python3 venv failed")
}
return python3, nil