pure-python-adb icon indicating copy to clipboard operation
pure-python-adb copied to clipboard

st_mtime is not converted to int in async

Open GeekDuanLian opened this issue 3 years ago • 3 comments

https://github.com/Swind/pure-python-adb/blob/b136202b04660db57b49418514dd9eddc2ecb365/ppadb/sync_async/init.py#L23

Will crash struct.error: required argument is not an integer in async push, but it works fine in sync. Are there any other modifications that are not synchronized with sync?

GeekDuanLian avatar Mar 27 '22 02:03 GeekDuanLian

I briefly browsed the sync, and the others seem to be no different, just this one should be changed.

GeekDuanLian avatar Mar 27 '22 03:03 GeekDuanLian