pure-python-adb
pure-python-adb copied to clipboard
Device.pull() directories
The pull() function does not support pulling directories:
# ... omitted
dev.pull("/sdcard/Download/com.mwr.dz_2019.10.27_11.45.28", "com.mwr.dz_2019.10.27_11.45.28")
Out[10]: 'read failed: Is a directory'
It would be nice if this gets added.
+1
+1
+1
+100500