mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
fix Refactor load_ignore_specs function definition for consistency
This commit is contained in:
parent
4e86177cfd
commit
38dac27984
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ def get_tree_structure(path='.', gitignore_spec=None, tree_and_content_ignore_sp
|
|||
logging.debug('Tree structure filtering complete')
|
||||
return filtered_tree_output
|
||||
|
||||
def load_ignore_specs(path='.', cli_ignore_patterns=None):
|
||||
def load_ignore_specs(path='.', cli_ignore_patterns=None):
|
||||
gitignore_spec = None
|
||||
content_ignore_spec = None
|
||||
tree_and_content_ignore_list = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue