summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipalib/cli.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/cli.py b/ipalib/cli.py
index 33e982ef9..0de268249 100644
--- a/ipalib/cli.py
+++ b/ipalib/cli.py
@@ -324,6 +324,7 @@ class textui(backend.Backend):
if len(text) == 0:
text = [u'']
else:
+ s_indent = u''
text = [text]
self.print_indented(format % (attr, text[0]), indent)
for line in text[1:]: