Commit abe8895
User
fix: Access Denied on VBoxManage after shell=True removal
_find_vbox_manage was returning the path wrapped in quotes ("C:\Program Files\...")
which worked with shell=True (cmd.exe strips them) but broke with direct arg lists.
Removed quotes; debug log now quotes the display string for readability.1 parent ee9c9ed commit abe8895
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
0 commit comments