Skip to content

The __main__.py module breaks under Windows #177

Description

@slott56

On Windows there's a platform-specific failure exposed by tests/test_main.py::test_stat_good because os.getegid() is not available on Windows.

Alter the __main__.py to have a Windows-compatible variant of the stat() function without the group_access and user_access attributes of the data object it builds.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions