drop heuristic in find_all_headers
This commit is contained in:
parent
161b67fd09
commit
9ed941b7d6
@ -2195,7 +2195,7 @@ def find_all_headers(root):
|
||||
Returns:
|
||||
List of all headers found in ``root`` and subdirectories.
|
||||
"""
|
||||
return find_headers("*", root=root, recursive=True)
|
||||
return find_headers("*", root=root, recursive=True, heuristic=False, max_depth=sys.maxsize)
|
||||
|
||||
|
||||
class LibraryList(FileList):
|
||||
|
Loading…
Reference in New Issue
Block a user