VirtualBox

Changeset 56001 in vbox for trunk/src


Ignore:
Timestamp:
May 21, 2015 12:10:07 PM (10 years ago)
Author:
vboxsync
Message:

pylint...

File:
1 edited

Legend:

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

    r56000 r56001  
    22502250                self.o.console.pause();
    22512251            if self.fpApiVer >= 5.0:
    2252                 (oProgressCom, _id) = self.o.machine.takeSnapshot(sName, sDescription, True);
     2252                (oProgressCom, _) = self.o.machine.takeSnapshot(sName, sDescription, True);
    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