Add flush to stderr write

This commit is contained in:
Dmitry Trofimov
2016-07-01 18:02:57 +02:00
parent 4248010148
commit c5195de2e9
+1
View File
@@ -288,6 +288,7 @@ def start_console_server(host, port, interpreter):
except:
sys.stderr.write('Error starting server with host: %s, port: %s, client_port: %s\n' % (host, port, interpreter.client_port))
sys.stderr.flush()
raise
# Tell UMD the proper default namespace