From 1e1c4bbb0d0beda81ba3cac5125ba7c99eb30e18 Mon Sep 17 00:00:00 2001 From: arcanoroma Date: Fri, 13 Jul 2012 09:50:41 +0300 Subject: [PATCH] 3d66e2dfb1efe307ab097b03a18db35775c6058a --- lib/core/dump.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/core/dump.py b/lib/core/dump.py index cb05a2761..e9e031b8a 100644 --- a/lib/core/dump.py +++ b/lib/core/dump.py @@ -73,7 +73,8 @@ class Dump: def string(self, header, data, sort=True): kb.stickyLevel = None - + if type(data) is bool: + data = ("False", "True") [data] if isListLike(data): self.lister(header, data, sort) elif data is not None: