VirtualBox

Ignore:
Timestamp:
Apr 30, 2020 2:44:31 PM (5 years ago)
Author:
vboxsync
Message:

pylint birn, try to fix

File:
1 edited

Legend:

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

    r84097 r84109  
    704704                asErrors = [];
    705705                for sKey in dCurErrors:
    706                     asErrors.append('%s: %s' % (sKey[len('TestBoxInSchedGroup_'):], dCurErrors[sKey] + ('{%s}' % self.idTestBox)));
     706                    asErrors.append('%s: %s' % (sKey[len('TestBoxInSchedGroup_'):],
     707                                                dCurErrors[sKey] + ('{%s}' % self.idTestBox)))
    707708                dErrors[iInGrp] = '<br>\n'.join(asErrors)
    708709            aoNewValues.append(oInSchedGroup);
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