Commit d1cdcd50 by willmcgugan

Change style of ascii art for print_tree

parent 4892923a
......@@ -453,8 +453,8 @@ def print_fs(fs, path='/', max_levels=5, file_out=None, terminal_colors=None, hi
def wrap_prefix(prefix):
if not terminal_colors:
return prefix
return '\x1b[34m%s\x1b[0m' % prefix
return prefix
return '\x1b[2m%s\x1b[0m' % prefix
def wrap_dirname(dirname):
if not terminal_colors:
......
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