Changeset 83387 in vbox for trunk/src/VBox
- Timestamp:
- Mar 24, 2020 2:50:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/schedgroup.py
r83384 r83387 502 502 return aoRet; 503 503 504 def fetchForChangeLog(self, idSchedGroup, iStart, cMaxRows, tsNow): # pylint: disable=too-many-locals 504 def fetchForChangeLog(self, idSchedGroup, iStart, cMaxRows, tsNow): # pylint: disable=too-many-locals,too-many-statements 505 505 """ 506 506 Fetches change log entries for a scheduling group. … … 555 555 tsPrevious = db.dbTimestampPlusOneTick(tsEffective); 556 556 557 if True: 557 if True: # pylint: disable=using-constant-test 558 558 # 559 559 # Fetch data for each for each change log entry point.
Note:
See TracChangeset
for help on using the changeset viewer.