Changeset 55977 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- May 20, 2015 4:52:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r55214 r55977 2635 2635 else: 2636 2636 desc = "" 2637 cmdAnyVm(ctx, mach, lambda ctx, mach, console, args: progressBar(ctx, mach.takeSnapshot(name, desc, true) ))2637 cmdAnyVm(ctx, mach, lambda ctx, mach, console, args: progressBar(ctx, mach.takeSnapshot(name, desc, true)[-1])) 2638 2638 return 0 2639 2639
Note:
See TracChangeset
for help on using the changeset viewer.