Skip to content
Snippets Groups Projects
Commit 13e7e44e authored by jacques.grelet_ird.fr's avatar jacques.grelet_ird.fr
Browse files

add ti as arg of set_regex

parent 0a9486b9
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ def process(args, cfg, ti): ...@@ -137,7 +137,7 @@ def process(args, cfg, ti):
# fileExtractor # fileExtractor
fe = FileExtractor(args.files, args.keys) fe = FileExtractor(args.files, args.keys)
fe.set_regex(cfg) fe.set_regex(cfg, ti)
# cfg = toml.load(args.config) # cfg = toml.load(args.config)
fe.first_pass() fe.first_pass()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment