VirtualBox

Ignore:
Timestamp:
May 31, 2016 11:53:27 AM (9 years ago)
Author:
vboxsync
Message:

wuireport.py: pylint

File:
1 edited

Legend:

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

    r61306 r61328  
    525525    @staticmethod
    526526    def _formatName(oTestCaseArgs):
     527        """ Internal helper for formatting the testcase name. """
    527528        if oTestCaseArgs.sSubName is not None and len(oTestCaseArgs.sSubName) > 0:
    528529            sName = u'%s / %s'  % ( oTestCaseArgs.oTestCase.sName, oTestCaseArgs.sSubName, );
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