Typo fix

parent 5dbc07a0
...@@ -541,7 +541,7 @@ def print_fs(fs, ...@@ -541,7 +541,7 @@ def print_fs(fs,
[(False, p) for p in files] ) [(False, p) for p in files] )
except Exception, e: except Exception, e:
prefix = ''.join([(char_vertline + ' ', ' ')[last] for last in levels]) + ' ' prefix = ''.join([(char_vertline + ' ', ' ')[last] for last in levels]) + ' '
write(wrap_prefix(prefix[:-1] + ' ') + wrap_error("unabled to retrieve directory list (%s) ..." % str(e))) write(wrap_prefix(prefix[:-1] + ' ') + wrap_error("unable to retrieve directory list (%s) ..." % str(e)))
return 0 return 0
if hide_dotfiles: if hide_dotfiles:
......
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