VirtualBox

Changeset 83529 in vbox for trunk/src


Ignore:
Timestamp:
Apr 3, 2020 1:38:08 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: Also skip logging of OnCursorPositionChanged events; too noisy when locally debugging stuff [pylint].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r83527 r83529  
    717717                reporter.logXcpt();
    718718        ## @todo implement the other events.
    719         if  eType != vboxcon.VBoxEventType_OnMousePointerShapeChanged \
    720         and eType != vboxcon.VBoxEventType_OnCursorPositionChanged:
     719        if eType not in (vboxcon.VBoxEventType_OnMousePointerShapeChanged,
     720                         vboxcon.VBoxEventType_OnCursorPositionChanged):
    721721            if eType in self.dEventNo2Name:
    722722                reporter.log2('%s(%s)/%s' % (self.dEventNo2Name[eType], str(eType), self.sName));
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