Commit 993a5b24 by rfkelly0

add some formatting whitespace

parent cf0a9b8a
...@@ -248,3 +248,5 @@ class OSFS(FS): ...@@ -248,3 +248,5 @@ class OSFS(FS):
@convert_os_errors @convert_os_errors
def listxattrs(self, path): def listxattrs(self, path):
return xattr.xattr(self.getsyspath(path)).keys() return xattr.xattr(self.getsyspath(path)).keys()
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