提交 40c70d12 编写于 作者: A Andrey Kamaev

Fixed bug in summary.py

上级 e9901306
......@@ -55,7 +55,7 @@ if __name__ == "__main__":
files.extend([ x for x in flist if x not in seen and not seen.add(x)])
else:
fname = os.path.abspath(arg)
if x not in seen and not seen.add(x):
if fname not in seen and not seen.add(fname):
files.append(fname)
# read all passed files
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册