reorganizing

master
Jordan Orelli 2 years ago
parent c734aa1c2c
commit 324221d8eb

@ -105,7 +105,8 @@ class Installer:
"""
directory containing our preferences repo
"""
return pathlib.Path(os.path.dirname(os.path.realpath(__file__)))
here = pathlib.Path(os.path.realpath(__file__))
return here.parent.parent
@classmethod
@cached_property
Loading…
Cancel
Save