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/testmanager/batch/virtual_test_sheriff.py

    r97668 r97673  
    350350
    351351        if self.oConfig.sLogFile:
    352             self.oLogFile = open(self.oConfig.sLogFile, "a");   # pylint: disable=consider-using-with
     352            self.oLogFile = open(self.oConfig.sLogFile, "a");   # pylint: disable=consider-using-with,unspecified-encoding
    353353            self.oLogFile.write('VirtualTestSheriff: $Revision$ \n');
    354354
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