flush out stdout and stderr when printing stuff
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1153 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -341,6 +341,9 @@ class TextInterface:
|
||||
# in this case, we run a separate thread
|
||||
def __TextInterface_updateText(self, data):
|
||||
|
||||
sys.stdout.flush()
|
||||
sys.stderr.flush()
|
||||
|
||||
myfunc = print_info
|
||||
if data['type'] == "warning":
|
||||
myfunc = print_warning
|
||||
|
||||
Reference in New Issue
Block a user