VirtualBox

Ignore:
Timestamp:
Mar 8, 2022 2:18:58 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150375
Message:

ValKit/testdriver: pylint 2.9.6 adjustments (mostly about using 'with' statements).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/btresolver.py

    r93115 r94126  
    599599                        asArgs.append(sLoadAddr);
    600600
    601                 oRTLdrFltProc = subprocess.Popen(asArgs, stdin=subprocess.PIPE, stdout=subprocess.PIPE, bufsize=0);
     601                oRTLdrFltProc = subprocess.Popen(asArgs, stdin=subprocess.PIPE,         # pylint: disable=consider-using-with
     602                                                 stdout=subprocess.PIPE, bufsize=0);
    602603                if oRTLdrFltProc is not None:
    603604                    sReportAn, _ = oRTLdrFltProc.communicate(sReport);
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