提交 206c1c73 编写于 作者: H Hou, Tianze

Minor: Correct Python version check for testmanyfiles() in test.py

上级 03897d92
......@@ -285,7 +285,7 @@ def createmanyfiles(dir, numFiles):
f.write(fname)
def testmanyfiles(by):
if sys.version_info[0] == 3:
if sys.version_info[0] != 3:
return
numFiles = const.MaxListEntries * 2 + 10
banner("Test uploading of many ({}) files".format(numFiles))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册