fix: detect_symlink => only_self
This commit is contained in:
parent
135936782f
commit
1903ee8031
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class RougailOutputDoc(Examples):
|
||||||
for child in family.list():
|
for child in family.list():
|
||||||
if self._is_inaccessible_user_data(child):
|
if self._is_inaccessible_user_data(child):
|
||||||
continue
|
continue
|
||||||
if child.type(detect_symlink=True) == 'symlink':
|
if child.type(only_self=True) == 'symlink':
|
||||||
continue
|
continue
|
||||||
name = child.name(uncalculated=True)
|
name = child.name(uncalculated=True)
|
||||||
path = child.path(uncalculated=True)
|
path = child.path(uncalculated=True)
|
||||||
|
|
Loading…
Reference in a new issue