summaryrefslogtreecommitdiff
path: root/Caching.py
diff options
context:
space:
mode:
Diffstat (limited to 'Caching.py')
-rw-r--r--Caching.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Caching.py b/Caching.py
index a048af2..7eee817 100644
--- a/Caching.py
+++ b/Caching.py
@@ -32,7 +32,7 @@ class Caching():
with open(complete, 'wt') as cachefile:
cachefile.write(content)
except:
- print('Could not create cache file/dir.')
+ print('Could not create cache file/dir "%s".' % complete)
return False
return True