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):