VirtualBox

Ignore:
Timestamp:
Jan 12, 2021 11:24:54 AM (4 years ago)
Author:
vboxsync
Message:

Main: bugref:9341: Testcase: fixed pylint issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py

    r87224 r87225  
    13531353            for oTestVm in self.oTestVmSet.aoTestVms:
    13541354                oTestVm.asTestBuildDirs = self.asTestBuildDirs;
    1355         elif asArgs[iArg] in [ '--vbox-%s-build' % os for os in self.asTestVmClasses.keys()]:
     1355        elif asArgs[iArg] in [ '--vbox-%s-build' % sKey for sKey in self.asTestVmClasses.keys()]:
    13561356            iArg += 1;
    13571357            if iArg >= len(asArgs): raise base.InvalidOption('The "%s" take a path argument' % (asArgs[iArg - 1],));
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