fix broken indentation when lots of nested items are present

master
udf 2019-05-19 23:00:23 +02:00
parent b21f5ec104
commit 573f36bf57
Signed by: kate
GPG Key ID: F17AECB58C3A3096
1 changed files with 3 additions and 2 deletions

View File

@ -51,6 +51,7 @@ def yaml_format(obj, indent=0):
result.append(f'{formatted}')
result.append('\n')
result.pop()
if has_multiple_items:
indent -= 2
elif isinstance(obj, str):
# truncate long strings and display elipsis