aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmowgli.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mowgli.py b/mowgli.py
index 82d2111..62d5b42 100755
--- a/mowgli.py
+++ b/mowgli.py
@@ -49,7 +49,8 @@ def check(home=None, pref=PREF_PATH):
if home is None:
home = os.getenv('HOME')
- pref = os.path.join(home, pref)
+
+ pref = os.path.join(home, pref)
try:
plist = get_plist(os.path.expanduser(pref))