summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--giscanner/cachestore.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/cachestore.py b/giscanner/cachestore.py
index d9163464..b2fee6aa 100644
--- a/giscanner/cachestore.py
+++ b/giscanner/cachestore.py
@@ -24,6 +24,7 @@ import hashlib
import os
import tempfile
+
def _get_cachedir():
cachedir = os.path.join(os.environ['HOME'], '.cache')
if not os.path.exists(cachedir):