VirtualBox

Ignore:
Timestamp:
May 9, 2023 3:59:02 PM (21 months ago)
Author:
vboxsync
Message:

fixing pylint complains

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/cgi/status.py

    r99702 r99703  
    9898    if sTestBoxOs == 'win':
    9999        sTestBoxOs = 'windows'
    100     elif sTestBoxOs != 'linux' and sTestBoxOs != 'darwin' and sTestBoxOs != 'solaris':
     100    elif sTestBoxOs not in ('linux', 'darwin', 'solaris'):
    101101        sTestBoxOs = 'other'
    102102    dict_update(dResult, '%s / %s.%s' % (sTestName, sTestBoxOs, sTestBoxCpuArch), enmStatus)
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