aboutsummaryrefslogtreecommitdiff
path: root/modules/commands
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands')
-rw-r--r--modules/commands/outs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/outs.py b/modules/commands/outs.py
index e82537af..09d1c872 100644
--- a/modules/commands/outs.py
+++ b/modules/commands/outs.py
@@ -40,8 +40,8 @@ class Out(object):
else:
raise ValueError("Unknown command methd '%s'" % method)
+ line.truncate_marker = STR_MORE
if line.truncated():
- line.end_replace(STR_MORE)
self._text = "%s%s" % (STR_CONTINUED, line.truncated())
else:
self._text = ""