Changeset 44649 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 12, 2013 12:18:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r43425 r44649 2150 2150 2151 2151 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, )) 2153 2153 if progressBar(ctx,progress) and hdd.id: 2154 2154 print "created HDD at %s as %s" %(colPath(ctx,hdd.location), hdd.id)
Note:
See TracChangeset
for help on using the changeset viewer.