Added flush to _print_error()
This commit is contained in:
parent
406913ce24
commit
71bbc0db5f
@ -8,6 +8,7 @@ import mpmath
|
||||
|
||||
def _print_error(msg_str):
|
||||
sys.stderr.write(msg_str + "\n")
|
||||
sys.stderr.flush()
|
||||
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user