We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
python -m adbutils --push uiautomator2/assets/a.jar:/data/local/tmp/u2.jar git:udt* Traceback (most recent call last): File "/Users/codeskyblue/miniconda3/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/Users/codeskyblue/miniconda3/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/Users/codeskyblue/Codes/uiautomator2/v2/lib/python3.9/site-packages/adbutils/main.py", line 336, in main() File "/Users/codeskyblue/Codes/uiautomator2/v2/lib/python3.9/site-packages/adbutils/main.py", line 298, in main d.sync.push(r, remote, filesize=length) TypeError: push() got an unexpected keyword argument 'filesize'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
python -m adbutils --push uiautomator2/assets/a.jar:/data/local/tmp/u2.jar git:udt*
Traceback (most recent call last):
File "/Users/codeskyblue/miniconda3/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/codeskyblue/miniconda3/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Users/codeskyblue/Codes/uiautomator2/v2/lib/python3.9/site-packages/adbutils/main.py", line 336, in
main()
File "/Users/codeskyblue/Codes/uiautomator2/v2/lib/python3.9/site-packages/adbutils/main.py", line 298, in main
d.sync.push(r, remote, filesize=length)
TypeError: push() got an unexpected keyword argument 'filesize'
The text was updated successfully, but these errors were encountered: