VirtualBox

Ignore:
Timestamp:
Apr 30, 2020 3:04:56 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137700
Message:

pylint birn fix

File:
1 edited

Legend:

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

    r84109 r84110  
    689689        #             adding so we can ignore idTestBox being NIL when validating group memberships.
    690690        ## @todo make base.py pass us the ksValidateFor_Xxxx value.
    691         fIsAdding = True if self.idTestBox in [ None, -1, '-1', 'None', '' ] else False;
     691        fIsAdding = bool(self.idTestBox in [ None, -1, '-1', 'None', '' ])
    692692
    693693        for iInGrp, oInSchedGroup in enumerate(self.aoInSchedGroups):
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