aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/commands/outs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/commands/outs.py b/modules/commands/outs.py
index 7120227f..e82537af 100644
--- a/modules/commands/outs.py
+++ b/modules/commands/outs.py
@@ -43,6 +43,8 @@ class Out(object):
if line.truncated():
line.end_replace(STR_MORE)
self._text = "%s%s" % (STR_CONTINUED, line.truncated())
+ else:
+ self._text = ""
def set_prefix(self, prefix):
self.module_name = prefix