VirtualBox

Changeset 65979 in vbox for trunk


Ignore:
Timestamp:
Mar 7, 2017 12:32:00 PM (8 years ago)
Author:
vboxsync
Message:

bs3-cpu-generated-1-data.py: 't' mode is default and might not be supported on all hosts (passed on to fopen).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py

    r65971 r65979  
    507507            else:
    508508                try:
    509                     oOut = open(sOutFile, 'wt');
     509                    oOut = open(sOutFile, 'w');
    510510                except Exception as oXcpt:
    511511                    print('error! Failed open "%s" for writing: %s' % (sOutFile, oXcpt,));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette