VirtualBox

Changeset 66468 in vbox


Ignore:
Timestamp:
Apr 7, 2017 8:03:18 AM (8 years ago)
Author:
vboxsync
Message:

ValidationKit: fix pylint warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py

    r66466 r66468  
    809809            sBase = oProcess.getBaseImageNameNoExeSuff();
    810810            if sBase is not None and sBase.lower() == sName and any(sArg in s for s in oProcess.asArgs):
    811                
     811
    812812                reporter.log('Killing %s process: %s (%s)' % (sDesc, oProcess.iPid, sBase));
    813813                utils.processKill(oProcess.iPid);
     
    844844            while cTimes < 3:
    845845                cTimes += 1;
    846                 cKilled = self._killProcessesByNameAndArgSubstr('rundll32', 'InstallSecurityPromptRunDllW', 'MSI driver installation');
     846                cKilled = self._killProcessesByNameAndArgSubstr('rundll32', 'InstallSecurityPromptRunDllW',
     847                                                                'MSI driver installation');
    847848                if cKilled <= 0:
    848849                    break;
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