VirtualBox

Changeset 61280 in vbox


Ignore:
Timestamp:
May 29, 2016 5:10:01 PM (9 years ago)
Author:
vboxsync
Message:

base.py: See if older pylint versions like this better... doubt it.

File:
1 edited

Legend:

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

    r61266 r61280  
    737737            oType = type(asValues[0]);
    738738            for i in range(1, len(asValues)):
    739                 if type(asValues[i]) is not oType: # pylint: disable=C0123
     739                if type(asValues[i]) is not oType: # pylint: disable=unidiomatic-typecheck
    740740                    return (asValues, 'Invalid entry data type ([0]=%s vs [%d]=%s).' % (oType, i, type(asValues[i])) );
    741741
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