Add print for unrecognised implementation
This commit is contained in:
parent
09c5bc02d9
commit
95951f96af
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,9 @@ def collect_custom_format(service, file_name, input_json, output_dir):
|
||||||
condition["releaseType"] = RELEASE_TYPE_MAPPING[service][
|
condition["releaseType"] = RELEASE_TYPE_MAPPING[service][
|
||||||
spec.get("fields", {}).get("value")
|
spec.get("fields", {}).get("value")
|
||||||
]
|
]
|
||||||
|
else:
|
||||||
|
print(f"Unrecognised implementation ({implementation}), skipping for now.")
|
||||||
|
continue
|
||||||
|
|
||||||
conditions.append(condition)
|
conditions.append(condition)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue