VirtualBox

Ignore:
Timestamp:
Mar 8, 2022 2:57:25 PM (3 years ago)
Author:
vboxsync
Message:

testmanager: pylint 2.9.6 adjustments (mostly about using sub-optimal looping and 'with' statements).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuiadmin.py

    r93115 r94129  
    498498            # Open and send the dump.
    499499            #
    500             oFile = open(sOutFile, 'rb');
     500            oFile = open(sOutFile, 'rb');                       # pylint: disable=consider-using-with
    501501            cbFile = os.fstat(oFile.fileno()).st_size;
    502502
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