VirtualBox

Ignore:
Timestamp:
Apr 19, 2016 7:50:03 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106692
Message:

build fixes (pylint)

File:
1 edited

Legend:

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

    r60552 r60562  
    319319            if fRc is True:
    320320                iBusId, _ = oUsbGadget.getGadgetBusAndDevId();
    321                 fRc = oSession.addUsbDeviceFilter('Compliance device', sVendorId = '0525', sProductId = 'a4a0', sPort = str(iBusId));
     321                fRc = oSession.addUsbDeviceFilter('Compliance device', sVendorId = '0525', sProductId = 'a4a0', \
     322                                                  sPort = str(iBusId));
    322323                if fRc is True:
    323324
     
    365366            if fRc is True:
    366367                iBusId, _ = oUsbGadget.getGadgetBusAndDevId();
    367                 fRc = oSession.addUsbDeviceFilter('Compliance device', sVendorId = '0525', sProductId = 'a4a0', sPort = str(iBusId));
     368                fRc = oSession.addUsbDeviceFilter('Compliance device', sVendorId = '0525', sProductId = 'a4a0', \
     369                                                  sPort = str(iBusId));
    368370                if fRc is True:
    369371
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