VirtualBox

Changeset 70662 in vbox


Ignore:
Timestamp:
Jan 21, 2018 4:28:23 PM (7 years ago)
Author:
vboxsync
Message:

ValidationKit/db.py: pylint fix

File:
1 edited

Legend:

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

    r70660 r70662  
    350350
    351351        if sys.version_info[0] >= 3 and not isinstance(sBound, str):
    352             sBound = sBound.decode('utf-8');
     352            sBound = sBound.decode('utf-8'); # pylint: disable=redefined-variable-type
    353353
    354354        aasExplain = None;
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