- Timestamp:
- Mar 7, 2017 12:32:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py
r65971 r65979 507 507 else: 508 508 try: 509 oOut = open(sOutFile, 'w t');509 oOut = open(sOutFile, 'w'); 510 510 except Exception as oXcpt: 511 511 print('error! Failed open "%s" for writing: %s' % (sOutFile, oXcpt,));
Note:
See TracChangeset
for help on using the changeset viewer.