Changeset 97673 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Nov 24, 2022 11:46:15 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154728
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py
r96412 r97673 650 650 else: 651 651 try: 652 oOut = open(sOutFile, 'w'); # pylint: disable=consider-using-with 652 oOut = open(sOutFile, 'w'); # pylint: disable=consider-using-with,unspecified-encoding 653 653 except Exception as oXcpt: 654 654 print('error! Failed open "%s" for writing: %s' % (sOutFile, oXcpt,));
Note:
See TracChangeset
for help on using the changeset viewer.