VirtualBox

Changeset 55978 in vbox


Ignore:
Timestamp:
May 20, 2015 4:58:03 PM (10 years ago)
Author:
vboxsync
Message:

pylint complained...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxwrappers.py

    r55977 r55978  
    22502250                self.o.console.pause();
    22512251            if self.fpApiVer >= 5.0:
    2252                 (sSnapId, oProgressCom) = self.o.machine.takeSnapshot(sName, sDescription, True);
     2252                oProgressCom = self.o.machine.takeSnapshot(sName, sDescription, True)[-1];
    22532253            else:
    22542254                oProgressCom = self.o.console.takeSnapshot(sName, sDescription);
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