Added flush to _print_error()

This commit is contained in:
Samer Afach 2017-01-12 20:49:53 +01:00
parent 406913ce24
commit 71bbc0db5f
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import mpmath
def _print_error(msg_str):
sys.stderr.write(msg_str + "\n")
sys.stderr.flush()
try: