Small fixes to prevent changes when updating
This commit is contained in:
parent
67b2984f91
commit
2cbea8c226
1330 changed files with 1562 additions and 752 deletions
|
|
@ -28,9 +28,10 @@ def collect_regex_pattern(service, file_name, input_json, output_dir):
|
|||
name = spec.get("name", "")
|
||||
yml_data = {
|
||||
"name": get_file_name(name),
|
||||
"pattern": pattern,
|
||||
"pattern": get_file_name(pattern),
|
||||
"description": "",
|
||||
"tags": [],
|
||||
"tests": [],
|
||||
}
|
||||
|
||||
# Output path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue