Fix regex generation
This commit is contained in:
parent
6d5284a887
commit
6d3fce1018
1089 changed files with 3844 additions and 225 deletions
|
|
@ -20,7 +20,7 @@ def collect_regex_pattern(service, file_name, input_json, output_dir):
|
|||
print(f"No pattern found in {file_name} for {implementation}")
|
||||
continue
|
||||
# Compose YAML structure
|
||||
name = input_json.get("name", "")
|
||||
name = spec.get("name", "")
|
||||
yml_data = {
|
||||
"name": name,
|
||||
"pattern": pattern,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue