show symbolic link in rootnode dir
This commit is contained in:
@ -43,7 +43,7 @@ def produce_treeline(prec_seps, lsep):
|
||||
item_name = item['name']
|
||||
tomount = sep + item_name
|
||||
|
||||
if item.get('type') == 'l' and item.get('target', ''):
|
||||
if item.get('is_symlink') and item.get('target', ''):
|
||||
tomount += ' -> %s' % ((item['target'],))
|
||||
|
||||
# if item.get('type') == 'd':
|
||||
|
Reference in New Issue
Block a user