Skip to content

Commit 42acad3

Browse files
committed
fix(py): stat_result lacks st_file_attributes,st_reparse_tag on Windows
1 parent af5991a commit 42acad3

File tree

1 file changed

+2
-2
lines changed
  • src/pylib/Lib/os_impl/posix_like

1 file changed

+2
-2
lines changed

src/pylib/Lib/os_impl/posix_like/stat.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ else:
119119
st_ctime_nsec*: Nsec
120120
st_birthtime*: Time
121121
st_birthtime_nsec*: Nsec
122-
st_file_attributes: FileAttributes
123-
st_reparse_tag: ReparseTag
122+
st_file_attributes*: FileAttributes
123+
st_reparse_tag*: ReparseTag
124124
st_ino_high: InoHigh
125125
else:
126126
import std/posix

0 commit comments

Comments
 (0)