Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arthw committed Nov 7, 2024
1 parent 767ad2b commit 31ae2c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/filter-known-issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def config_import_path(path):


def config_import(paths):
print("config_import", paths)
"""
Imports regular expresions from any file *.conf in the list of paths.
Expand Down Expand Up @@ -225,5 +226,5 @@ def filter_log(args):
path = ".known-issues/"
logging.debug("Reading configuration from directory `%s`", path)
config_import(args.config_dir)

print("exclude_regexs1", exclude_regexs)
filter_log(args)

0 comments on commit 31ae2c0

Please sign in to comment.