VirtualBox

Changeset 84324 in vbox


Ignore:
Timestamp:
May 15, 2020 6:25:22 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137998
Message:

Main: bugref:9341: Fixed pylint issues

File:
1 edited

Legend:

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

    r84323 r84324  
    190190                           if oRegExp.match(os.path.basename(s))
    191191                           and os.path.exists(sTestBuildDir + '/' + s));
    192                 asFiles = sorted(asFiles, reverse = True, 
     192                asFiles = sorted(asFiles, reverse = True,
    193193                                 key = lambda s, sTstBuildDir = sTestBuildDir: os.path.getmtime(os.path.join(sTstBuildDir, s)));
    194194                if asFiles:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette