VirtualBox

Ignore:
Timestamp:
Mar 7, 2017 10:30:26 AM (8 years ago)
Author:
vboxsync
Message:

ValidationKit/tests: pylint 2.0.0 fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/teleportation/tdTeleportLocal1.py

    r62484 r65963  
    115115            iArg += 1;
    116116            if iArg >= len(asArgs): raise base.InvalidOption('The "--test-vms" takes colon separated list');
    117             if len(asArgs[iArg]) > 0:
     117            if asArgs[iArg]:
    118118                self.asTestVMs = asArgs[iArg].split(':');
    119119                for s in self.asTestVMs:
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