Skip to content
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

fix:adb push fail #1271

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

fix:adb push fail #1271

wants to merge 6 commits into from

Conversation

e790a8
Copy link
Contributor

@e790a8 e790a8 commented Jan 13, 2025

1、push无后缀的文件是,被当做非文件了,因此将是否文件的判断由后缀改为os.path.isfile(local)
adb push airtest\core\android\static\stf_libs\arm64-v8a\minicap /data/local/tmp/minicap
2、""会导致/无法被当做通配符,到时cp失败
**f'cp -frp "{tmp_path}/
" "{remote}"'**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant