- Timestamp:
- Jan 25, 2017 2:26:35 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113057
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/webui/wuireport.py
r65431 r65443 333 333 and abs(self._aiSortColumns[0]) <= len(oSet.aoPeriods): 334 334 iSortColumn = abs(self._aiSortColumns[0]); 335 fByTotal = iSortColumn >= len(oSet.aoPeriods); 335 fByTotal = iSortColumn >= len(oSet.aoPeriods); # pylint: disable=unused-variable 336 336 elif oSet.cMaxTotal < 10: 337 337 iSortColumn = len(oSet.aoPeriods);
Note:
See TracChangeset
for help on using the changeset viewer.