You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
>>> import os
>>> os.stat('C:\Recovery').st_file_attributes
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'os.stat_result' object has no attribute
'st_file_attributes'
This is unexpected as other Cygwin tools can access this information: