VirtualBox

Changeset 60571 in vbox for trunk


Ignore:
Timestamp:
Apr 19, 2016 12:00:51 PM (9 years ago)
Author:
vboxsync
Message:

ValidationKit/usb: pylint fixes (unknown option for older pylint on the build boxes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/usb/usbgadget.py

    r60567 r60571  
    10381038                    reporter.fatalXcpt('socket.select() on connect failed');
    10391039
    1040             # pylint: disable=R0916
    10411040            if rc is True:
    10421041                pass;
     
    10521051                    reporter.fatalXcpt('socket.connect((%s,%s)) failed; iRc=%s' % (self.sHostname, self.uPort, iRc));
    10531052            reporter.log2('TransportTcp::connect: rc=%s iRc=%s' % (rc, iRc));
    1054             # pylint: enable=R0916
    10551053        except:
    10561054            reporter.fatalXcpt('socket.connect((%s,%s)) failed' % (self.sHostname, self.uPort));
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