VirtualBox

Ignore:
Timestamp:
Feb 20, 2023 3:05:40 PM (22 months ago)
Author:
vboxsync
Message:

ValKit: Pylint 2.16.2 adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r98651 r98655  
    33773377                        oThreadReboot = threading.Thread(target = self.threadForTestGuestCtrlSessionReboot,
    33783378                                                         args = (oGuestProcess,),
    3379                                                          name = ('threadForTestGuestCtrlSessionReboot'));
     3379                                                         name = 'threadForTestGuestCtrlSessionReboot');
    33803380                        oThreadReboot.setDaemon(True); # pylint: disable=deprecated-method
    33813381                        oThreadReboot.start();
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