VirtualBox

Ignore:
Timestamp:
Nov 24, 2022 11:46:15 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154728
Message:

Validation Kit: Fixed lots of warnings, based on pylint 2.12.2.

File:
1 edited

Legend:

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

    r96412 r97673  
    650650            else:
    651651                try:
    652                     oOut = open(sOutFile, 'w');                 # pylint: disable=consider-using-with
     652                    oOut = open(sOutFile, 'w');                 # pylint: disable=consider-using-with,unspecified-encoding
    653653                except Exception as oXcpt:
    654654                    print('error! Failed open "%s" for writing: %s' % (sOutFile, oXcpt,));
Note: See TracChangeset for help on using the changeset viewer.

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