VirtualBox

Ignore:
Timestamp:
Jun 18, 2019 8:47:25 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131374
Message:

ValKit/tdSerial: Fix botched Pylint 2.3.1 adjustment.

File:
1 edited

Legend:

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

    r79092 r79199  
    198198        if fRc:
    199199            fRc = oSession.changeSerialPortAttachment(0, ePortMode, sLocation, fServer);
    200             if fRc and (sMode in 'TcpServ', 'NamedPipeServ',):
     200            if fRc and sMode in ('TcpServ', 'NamedPipeServ',):
    201201                self.sleep(2); # Fudge to allow the TCP server to get started.
    202202                fRc = self.oLoopback.connect();
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