提交 a7e0cf4e authored 作者: Olivier Delalleau's avatar Olivier Delalleau

PEP8

上级 f5fd916f
...@@ -649,7 +649,7 @@ def debug_error_message(msg): ...@@ -649,7 +649,7 @@ def debug_error_message(msg):
warnings.warn(msg, stacklevel=2) warnings.warn(msg, stacklevel=2)
def debug_assert(condition, msg = None): def debug_assert(condition, msg=None):
if msg is None: if msg is None:
msg = 'debug_assert failed' msg = 'debug_assert failed'
if not condition: if not condition:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论