VirtualBox

Changeset 61274 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 29, 2016 6:59:57 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107566
Message:

Fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuireport.py

    r61273 r61274  
    335335        # Generate the graph.
    336336        #
    337         fGenerateGraph = len(aidSortedRaw) <= 9 && len(aidSortedRaw) > 0; ## Make this configurable.
     337        fGenerateGraph = len(aidSortedRaw) <= 9 and len(aidSortedRaw) > 0; ## Make this configurable.
    338338        if fGenerateGraph:
    339339            asNames = [];
     
    418418        # Generate the graph.
    419419        #
    420         fGenerateGraph = len(aidSortedRaw) <= 6 && len(aidSortedRaw) > 0; ## Make this configurable.
     420        fGenerateGraph = len(aidSortedRaw) <= 6 and len(aidSortedRaw) > 0; ## Make this configurable.
    421421        if fGenerateGraph:
    422422            # Figure the graph width for all of them.
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