VirtualBox

Changeset 82984 in vbox


Ignore:
Timestamp:
Feb 4, 2020 9:51:03 PM (5 years ago)
Author:
vboxsync
Message:

TestMgr/testresults.py: pylint

File:
1 edited

Legend:

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

    r82968 r82984  
    915915                        sQuery += '%s   AND %s\n' % (sExtraIndent, dConditions[iValue],);
    916916            elif oCrit.sType == FilterCriterion.ksType_Ranges:
    917                 assert len(oCrit.aoPossible) == 0;
     917                assert not oCrit.aoPossible;
    918918                if oCrit.aoSelected:
    919919                    asConditions = [];
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