VirtualBox

Changeset 44649 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Feb 12, 2013 12:18:13 PM (12 years ago)
Author:
vboxsync
Message:

Documentation: added new paragraphs into chapter "Incompatible API changes with version 4.3". Fixed python script vboxshell.py. Fixed python example inside SDK documentation. PR5434.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r43425 r44649  
    21502150
    21512151   hdd = ctx['vb'].createHardDisk(format, loc)
    2152    progress = hdd.createBaseStorage(size, ctx['global'].constants.MediumVariant_Standard)
     2152   progress = hdd.createBaseStorage(size, (ctx['global'].constants.MediumVariant_Standard, ))
    21532153   if progressBar(ctx,progress) and hdd.id:
    21542154       print "created HDD at %s as %s" %(colPath(ctx,hdd.location), hdd.id)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette