VirtualBox

Ignore:
Timestamp:
Nov 24, 2022 11:46:15 AM (2 years ago)
Author:
vboxsync
Message:

Validation Kit: Fixed lots of warnings, based on pylint 2.12.2.

File:
1 edited

Legend:

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

    r96407 r97673  
    127127        # Extract/structure the required data.
    128128        #
    129         aoSeries = list();
     129        aoSeries = [];
    130130        for j in range(len(aoTable[1].aoValues)):
    131             aoSeries.append(list());
    132         asNames  = list();
     131            aoSeries.append([]);
     132        asNames  = [];
    133133        oXRange  = numpy_arange(self._oData.getGroupCount());
    134134        fpMin = self.fpMin;
     
    156156        oSubPlot = oFigure.add_subplot(1, 1, 1);
    157157
    158         aoBars = list();
     158        aoBars = [];
    159159        for i, _ in enumerate(aoSeries):
    160160            sColor = self.calcSeriesColor(i);
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