might be needed in multicore env
This commit is contained in:
parent
c1a53bc8c0
commit
6e05082133
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue