VirtualBox

Ignore:
Timestamp:
Jun 11, 2019 3:26:40 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131252
Message:

ValKit,++: Pylint 2.3.1 adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/testboxcommons.py

    r76553 r79092  
    4848    Custom exception class
    4949    """
    50     pass
     50    pass;                               # pylint: disable=unnecessary-pass
    5151
    5252#
     
    6767    Debug logging, will later be disabled by default.
    6868    """
    69     if True is True:
     69    if True is True:                    # pylint: disable=comparison-with-itself
    7070        if sTsPrf is None: sTsPrf = utils.getTimePrefix();
    7171        print('[%s] %s' % (sTsPrf, sMessage,));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette