提交 589c9967 authored 作者: --global's avatar --global

Refactor ifs into if-else

上级 af44ad32
......@@ -1385,7 +1385,7 @@ class Scan(PureOp):
outs[j][0][k + pos[j]] = \
input_storage[inp_idx].storage[0]
if not self.mitmots_preallocated[mitmot_out_idx]:
else:
# This output tap has not been preallocated, recover
# its value as usual
outs[j][0][k + pos[j]] = \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论