summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurizio Lombardi <mlombard@redhat.com>2020-01-10 13:35:16 +0100
committerGitHub <noreply@github.com>2020-01-10 13:35:16 +0100
commit060cbb9de99a197ad314d129b89a4f288ab2f010 (patch)
treef2762ad4dfa32aee3521a848728b2243325e5528
parent414d642feee090e5153be5b9db6f55d6ce1926c7 (diff)
parent949c674b807ddfb312cbac234b1b995066c77dad (diff)
downloadconfigshell-fb-060cbb9de99a197ad314d129b89a4f288ab2f010.tar.gz
Merge pull request #54 from iammattcoleman/fix-epy_write-output
Ensure that all output reaches the client when daemonized
-rw-r--r--configshell/console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configshell/console.py b/configshell/console.py
index 8ed6b50..003a855 100644
--- a/configshell/console.py
+++ b/configshell/console.py
@@ -191,7 +191,7 @@ class Console(object):
break
else:
clean_text = text
- self.raw_write(clean_text)
+ self.raw_write(clean_text, output=self._stdout)
def indent(self, text, margin=2):
'''