diff options
Diffstat (limited to 'Caching.py')
-rw-r--r-- | Caching.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |