- Timestamp:
- Aug 7, 2017 7:21:03 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r67049 r68309 2213 2213 fmt = "vdi" 2214 2214 2215 hdd = ctx['vb'].createMedium(f ormat, loc, ctx['global'].constants.AccessMode_ReadWrite, ctx['global'].constants.DeviceType_HardDisk)2215 hdd = ctx['vb'].createMedium(fmt, loc, ctx['global'].constants.AccessMode_ReadWrite, ctx['global'].constants.DeviceType_HardDisk) 2216 2216 progress = hdd.createBaseStorage(size, (ctx['global'].constants.MediumVariant_Standard, )) 2217 2217 if progressBar(ctx,progress) and hdd.id:
Note:
See TracChangeset
for help on using the changeset viewer.