This commit is contained in:
Hussam.lawen 2023-11-14 20:31:01 +02:00
parent c5f9bbbf92
commit 67b61d722d
No known key found for this signature in database
GPG key ID: 07E08C11EA208BC2

View file

@ -287,6 +287,7 @@ def _fix_key_value(key: str, value: str):
def load_yaml(review_text: str) -> dict:
test = 1
review_text = review_text.removeprefix('```yaml').rstrip('`')
try:
data = yaml.safe_load(review_text)