Skip to content
Snippets Groups Projects
Commit 75ffab97 authored by Jakub Dylag's avatar Jakub Dylag
Browse files

(bug) parse.py unknown check_regex param

parent 3e3baa3f
Branches
No related tags found
No related merge requests found
...@@ -231,7 +231,7 @@ class Read3(Proto): ...@@ -231,7 +231,7 @@ class Read3(Proto):
f"QA Alphanumeric Dot", f"QA Alphanumeric Dot",
codes=codes, codes=codes,
codes_file=codes_file, codes_file=codes_file,
check_regex=codes.str.match(r"^[a-zA-Z0-9.]+$"), mask=None,
code_type=self.name, code_type=self.name,
) )
) )
...@@ -246,7 +246,7 @@ class Read3(Proto): ...@@ -246,7 +246,7 @@ class Read3(Proto):
f"QA In Database", f"QA In Database",
codes=codes, codes=codes,
codes_file=codes_file, codes_file=codes_file,
check_regex=self.in_database(codes, self.db, self.name), mask=None,
code_type=self.name, code_type=self.name,
) )
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment