VirtualBox

Ignore:
Timestamp:
Jan 28, 2018 8:34:43 PM (7 years ago)
Author:
vboxsync
Message:

ValidationKit: Make pylint 1.8.1 shut up on our code

File:
1 edited

Legend:

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

    r70738 r70765  
    26432643                        oSession = self.oVBoxMgr.getSessionObject(self.oVBox);      # pylint: disable=E1101
    26442644                    else:
    2645                         oSession = self.oVBoxMgr.getSessionObject();                # pylint: disable=E1101
     2645                        oSession = self.oVBoxMgr.getSessionObject();                # pylint: disable=E1101,E1120
    26462646                    if self.fpApiVer < 3.3:
    26472647                        oProgress = self.oVBox.openRemoteSession(oSession, sUuid, sType, sEnv);
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