Swind / pure-python-adb

This is pure-python implementation of the ADB client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

st_mtime is not converted to int in async

GeekDuanLian opened this issue · comments

timestamp = os.stat(src).st_mtime

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?

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