Changeset 103842 in vbox
- Timestamp:
- Mar 14, 2024 11:00:00 AM (13 months ago)
- svn:sync-xref-src-repo-rev:
- 162213
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py
r103828 r103842 3553 3553 for sOutFile, fnGenMethod, iPartNo in aaoOutputFiles: 3554 3554 if sOutFile == '-': 3555 fRc = fnGenMethod(sys.stdout ) and fRc;3555 fRc = fnGenMethod(sys.stdout, iPartNo) and fRc; 3556 3556 else: 3557 3557 try:
Note:
See TracChangeset
for help on using the changeset viewer.