#16979 closed defect (fixed)
vboxshell.py createHdd command not working
Reported by: | apatrushev1 | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.1.26 |
Keywords: | python sdk | Cc: | |
Guest type: | all | Host type: | all |
Description
misspelling occurred in python code:
hdd = ctx['vb'].createMedium(format, ...)
should be spelled as:
hdd = ctx['vb'].createMedium(fmt, ...)
Change History (3)
comment:1 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 7 years ago
johnlee, should be very easy for you to find out. To make it clear: This typo affects only the vboxshell.py example.
Note:
See TracTickets
for help on using tickets.
Thanks! Fix will be part of the next 5.1.x maintenance release.