about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/utility/tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/utility/tools.py b/wqflask/utility/tools.py
index 5105ba42..c6d8f7d2 100644
--- a/wqflask/utility/tools.py
+++ b/wqflask/utility/tools.py
@@ -121,7 +121,7 @@ def assert_writable_dir(dir):
         fh.close()
         os.remove(fn)
     except IOError:
-        raise Exception('Unable to write to directory ' + dir )
+        raise Exception('Unable to write test.txt to directory ' + dir )
     return dir
 
 def mk_dir(dir):