提交 57da8db6 编写于 作者: B Brian Johnson

Removed print flush flag that is not supported for CentOS. GH #4971

上级 6b01ffaa
......@@ -30,7 +30,7 @@ class Utils:
stackDepth=len(inspect.stack())-2
s=' '*stackDepth
stdout.write(s)
print(*args, **kwargs, flush=True)
print(*args, **kwargs)
SyncStrategy=namedtuple("ChainSyncStrategy", "name id arg")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册