-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopt various pull requests #4
Conversation
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.
Fix SyntaxWarning during build
Thanks for the PR, I'll take a look over it. I need to merge #3 first, and that should add a pipeline with testing. |
Great! I've updated the various metadata; to nominate you as the package owner basically going forward. CloCkWeRX#1 I've also done to make sure the build is green ahead of #3 - which it seems to be. |
Diff between the published package and this repo is: Swind/pure-python-adb@master...spm5065:pure-python-adb:master And potentially spm5065/pure-python-adb#4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
I have one question regarding the update to uninstall()
. Otherwise, it should just get rebased, then I will merge this in.
Thanks for the work!
This merges:
You already adopted some of these, so the only differences are were there were conflicts.
Additionally provides what should be a fix for:
Finally, runs
black
to clean up source.Fix Swind#87