mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add flush to stderr write
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user