Commit 45fbe7c8 by willmcgugan

Tweak

parent b5ee6f24
......@@ -21,7 +21,7 @@ class TempFS(OSFS):
OSFS.__init__(self, self._temp_dir, thread_syncronize=thread_syncronize)
def __str__(self):
return '<TempFS in "%s">' % self._temp_dir
return '<TempFS: "%s">' % self._temp_dir
def __unicode__(self):
return uncode(self.__str__())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment