getting there

This commit is contained in:
brent s
2020-04-02 14:55:26 -04:00
parent 93e45e8db9
commit e178261c31
6 changed files with 124 additions and 48 deletions

View File

@@ -209,9 +209,7 @@ class MountHandler(object):
indent = 1
return(pprint.pformat(self.paths, indent = indent))
# elif output == 'tree':
# # UNIX tree command output.
# # has prefixes like ├──, │   ├──, └──, etc.
# import tree
# import tree # TODO? Wayyy later.
elif not output:
return(str(self.paths))
return(None)