openatx / adbutils

pure python adb library for google adb service.
MIT License
736 stars 173 forks source link

sync.pull是否存在错误处理机制 #50

Closed SkyAzure closed 2 years ago

SkyAzure commented 2 years ago

在使用sync.pull时,当原路径文件不存在时,python直接报错退出

codeskyblue commented 2 years ago

文件如果不存在的话,会抛出一个异常

AdbError: open failed: No such file or directory