VirtualBox

Changeset 83407 in vbox for trunk


Ignore:
Timestamp:
Mar 25, 2020 12:52:31 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
136624
Message:

try to fix pylint fail (redefined-variable-type in schedgroup.py)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/core/schedgroup.py

    r83390 r83407  
    710710            aaoRows = self._oDb.fetchAll();
    711711            for iRow, oRow in enumerate(aaoRows):
    712                 oNew   = SchedGroupData().initFromDbRow(oRow);
     712                oNew   = SchedGroupDataEx().initFromDbRow(oRow);
    713713                iEntry = findEntry(oNew.tsEffective, iEntry);
    714714                self._oDb.dprint('iRow=%s iEntry=%s' % (iRow, iEntry));
     
    719719                oEntry.oNewRaw = oNew;
    720720                if iRow + 1 < len(aaoRows):
    721                     oOld = SchedGroupData().initFromDbRow(aaoRows[iRow + 1]);
     721                    oOld = SchedGroupDataEx().initFromDbRow(aaoRows[iRow + 1]);
    722722                    self._oDb.dprint('oOld=%s' % (oOld,));
    723723                    for sAttr in oNew.getDataAttributes():
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