pathutils.py line 41 elif path.home() in path.parents: might need to be, elif Path.home() in path.parents:
pathutils.py line 41
elif path.home() in path.parents:
might need to be,
elif Path.home() in path.parents: