Make the --listfiles option work again.
This commit is contained in:
parent
43900022cf
commit
5a693050e9
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ Usage: macroscope [options] dirpath
|
|||
elif unchecked:
|
||||
xref.unchecked(sys.stdout)
|
||||
elif listfiles:
|
||||
for filename in xref.filelist.generator():
|
||||
for (namespace, filename) in xref.filelist.generator():
|
||||
print filename
|
||||
if collisions:
|
||||
collisions = []
|
||||
|
|
Loading…
Add table
Reference in a new issue