Skip to content

Check for home directory. #9

Description

@RexBytes

pathutils.py line 41

elif path.home() in path.parents:

might need to be,

elif Path.home() in path.parents:

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions