aboutsummaryrefslogtreecommitdiff
path: root/mobly/records.py
diff options
context:
space:
mode:
Diffstat (limited to 'mobly/records.py')
-rw-r--r--mobly/records.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobly/records.py b/mobly/records.py
index 69f1f9d..b77817c 100644
--- a/mobly/records.py
+++ b/mobly/records.py
@@ -156,6 +156,7 @@ class TestSummaryWriter:
yaml.safe_dump(new_content,
f,
explicit_start=True,
+ explicit_end=True,
allow_unicode=True,
indent=4)