Fixed bug in summary.py
This commit is contained in:
parent
e9901306c2
commit
40c70d127d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user