VirtualBox

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#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 Frank Mehnert, 7 years ago

Resolution: fixed
Status: newclosed

Thanks! Fix will be part of the next 5.1.x maintenance release.

comment:2 by johnlee, 7 years ago

Is this problem for 5.2 beta too?j

comment:3 by Frank Mehnert, 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.

© 2023 Oracle
ContactPrivacy policyTerms of Use