Commit dbf2928f by willmcgugan

Tweak to __str__

parent bd9f0a9c
......@@ -22,7 +22,7 @@ class OSFS(FS):
self.root_path = normpath(os.path.abspath(expanded_path))
def __str__(self):
return "<OSFS %s>" % self.root_path
return "<OSFS: %s>" % self.root_path
__repr__ = __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