VirtualBox

Ignore:
Timestamp:
Jun 4, 2019 4:41:27 PM (5 years ago)
Author:
vboxsync
Message:

ValKit: Delinting (pylint 2.x).

File:
1 edited

Legend:

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

    r78641 r78973  
    743743    def __init__(self, sName, oTstDrv):
    744744        self.sName              = sName;
    745         self.oTstDrv            = oTstDrv; # type: TestDriverBase
     745        self.oTstDrv            = oTstDrv  # type: TestDriverBase
    746746        self.asRsrcs            = [];
    747747
     
    856856
    857857        # List of sub-test drivers (SubTestDriverBase derivatives).
    858         self.aoSubTstDrvs    = [];          # type: list(SubTestDriverBase)
     858        self.aoSubTstDrvs    = [] # type: list(SubTestDriverBase)
    859859
    860860        # Use the scratch path for temporary files.
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