From 6e050821335831dc77435897466adfb3a25b6215 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 6 Oct 2015 18:01:31 +0000 Subject: [PATCH] might be needed in multicore env --- lib/damask/util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/damask/util.py b/lib/damask/util.py index 5f30d3758..62ee6c553 100644 --- a/lib/damask/util.py +++ b/lib/damask/util.py @@ -13,6 +13,7 @@ def croak(what, and hasattr(what, "__getitem__") or hasattr(what, "__iter__") else str(what)) +('\n' if newline else '')) + sys.stderr.flush() # ----------------------------- def report(who,what):