VirtualBox

Changeset 98652 in vbox


Ignore:
Timestamp:
Feb 20, 2023 1:13:05 PM (2 years ago)
Author:
vboxsync
Message:

ValKit/loopback.py: Thread name parameter should be string, not a list of strings (pylint 2.16.2).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/serial/loopback.py

    r98103 r98652  
    205205        self.sLocation = sLocation;
    206206        self.oLock     = threading.Lock();
    207         self.oThread   = threading.Thread(target=self.threadWorker, args=(), name=('SerLoopback'));
     207        self.oThread   = threading.Thread(target=self.threadWorker, args=(), name='SerLoopback');
    208208
    209209        if sType == g_ksLoopbackTcpServ:
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