VirtualBox

Ignore:
Timestamp:
Feb 10, 2015 10:57:20 AM (10 years ago)
Author:
vboxsync
Message:

Fix pylint errors

File:
1 edited

Legend:

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

    r54118 r54121  
    5858            # For the ODroid-XU3 gadget we have to do a soft connect for the attached host to recognise the device.
    5959            if self.sGadgetType == 'ODroid-XU3':
    60                 fRc = self.oTxsSession.syncExecEx('/usr/bin/sh', ('/usr/bin/sh', '-c', 'echo connect > /sys/class/udc/12400000.dwc3/soft_connect'));
     60                fRc = self.oTxsSession.syncExecEx('/usr/bin/sh', \
     61                        ('/usr/bin/sh', '-c', 'echo connect > /sys/class/udc/12400000.dwc3/soft_connect'));
    6162
    6263        return fRc;
     
    7273            # For the ODroid-XU3 gadget we do a soft disconnect before unloading the gadget driver.
    7374            if self.sGadgetType == 'ODroid-XU3':
    74                 fRc = self.oTxsSession.syncExecEx('/usr/bin/sh', ('/usr/bin/sh', '-c', 'echo disconnect > /sys/class/udc/12400000.dwc3/soft_connect'));
     75                fRc = self.oTxsSession.syncExecEx('/usr/bin/sh', \
     76                        ('/usr/bin/sh', '-c', 'echo disconnect > /sys/class/udc/12400000.dwc3/soft_connect'));
    7577            fRc = self.oTxsSession.syncExecEx('/usr/bin/rmmod', ('/usr/bin/rmmod', sModule));
    7678
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