Changeset 94126 in vbox for trunk/src/VBox/ValidationKit/testdriver/btresolver.py
- Timestamp:
- Mar 8, 2022 2:18:58 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150375
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/btresolver.py
r93115 r94126 599 599 asArgs.append(sLoadAddr); 600 600 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); 602 603 if oRTLdrFltProc is not None: 603 604 sReportAn, _ = oRTLdrFltProc.communicate(sReport);
Note:
See TracChangeset
for help on using the changeset viewer.