Swind / pure-python-adb

This is pure-python implementation of the ADB client.
MIT License
553 stars 104 forks source link

FIX missing return in ppadb.command.transport: Transport.shell() for custom handler #88

Open r0xen opened 2 years ago

r0xen commented 2 years ago

ppadb.command.transport: Transport.shell() misses return, when a custom handler is supplied it's never used because of a missing return making the feature useless.