VirtualBox

Changeset 92575 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Nov 23, 2021 9:34:36 PM (3 years ago)
Author:
vboxsync
Message:

ValidationKit: More fixing in testboxscript, make pylint happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/testboxupgrade.py

    r92574 r92575  
    137137    # Give child up to 5 seconds to terminate after producing output.
    138138    if sys.version_info[0] >= 3 and sys.version_info[1] >= 3:
    139         oChild.wait(5);
     139        oChild.wait(5); # pylint: disable=too-many-function-args
    140140    else:
    141         for i in range(50):
     141        for _ in range(50):
    142142            iStatus = oChild.poll();
    143143            if iStatus is None:
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