Commit 79ba0ea
authored
fix: Correct virtual environment cleanup path (#140)
This pull request makes a minor update to the cleanup logic in the
`build_and_run.sh` script. The change ensures that the script removes
the correct virtual environment directory by updating the pattern to
`.venv-release-dhib*` instead of `venv-release-dhib*`.1 parent 2d3a965 commit 79ba0ea
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments