提交 928a8af5 authored 作者: Frédéric Bastien's avatar Frédéric Bastien

Merge pull request #2767 from nouiz/fix_travis

Fix travis
......@@ -362,7 +362,7 @@ def test_reallocation():
keys_copy.remove(i)
for o in keys_copy:
if (storage_map[i][0] and
storage_map[i][0] is storage_map[o][0]):
storage_map[i][0] is storage_map[o][0]):
return [True, storage_map[o][0]]
return [False, None]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论